ActionPaletteItemDisplayName Property |
Gets the name for the action displayed in the action palette.
Namespace: Kjs.AppLife.Update.Engine.Core.DesignAssembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntaxpublic virtual string DisplayName { get; }
Public Overridable ReadOnly Property DisplayName As String
Get
public:
virtual property String^ DisplayName {
String^ get ();
}
abstract DisplayName : string with get
override DisplayName : string with get
Property Value
Type:
StringThe name for the action displayed in the action palette.
Remarks
See Also