Click or drag to resize
ActionPaletteItemDescription Property
Gets the palette description of the action.

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 Description { get; }

Property Value

Type: String
The palette description of the action.
Remarks
The default ActionPaletteItem uses the value of the Description property from the DescriptionAttribute on the palette item's UpdateAction for the value of this property, or an empty string if no DescriptionAttribute is present.
See Also