Click or drag to resize
ActionPaletteItemDisplayName Property
Gets the name for the action displayed in the action palette.

Namespace: Kjs.AppLife.Update.Engine.Core.Design
Assembly: Kjs.AppLife.Update.Engine.Core.Design (in Kjs.AppLife.Update.Engine.Core.Design.dll) Version: 1.0.0.12 (4.0.0.0)
Syntax
public virtual string DisplayName { get; }

Property Value

Type: String
The name for the action displayed in the action palette.
Remarks
The default ActionPaletteItem uses the value of the DisplayName property from the DisplayNameAttribute on the palette item's UpdateAction for the value of this property, or the name of the action's type if no DisplayNameAttribute is present.
See Also