Click or drag to resize
ActionPaletteItemCategory Property
Gets the palette category 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 Category { get; }

Property Value

Type: String
The palette category of the action.
Remarks
The default ActionPaletteItem uses the value of the Category property from the CategoryAttribute on the palette item's UpdateAction for the value of this property, or the default category ("Misc") if no CategoryAttribute is present.
See Also