Click or drag to resize
ActionBuilderDescription Property
Gets or sets a 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 string Description { get; set; }

Property Value

Type: String
A description of the action.
Remarks

If the value of Description is not blank, it will be shown to the user instead of DisplayText.

If both Description and DisplayText are blank, the palette display text (specified by either a DisplayNameAttribute, a custom ActionPaletteItem, or the name of the action's type) will be shown to the user.

See Also