Click or drag to resize
ActionBuilderDisplayText Property
Gets or sets the text used to represent the builder's Action to the user when Description is blank.

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

Property Value

Type: String
The text used to represent the builder's Action to the user when Description is blank.
Remarks

If 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, an ActionPaletteItem, or the name of the action's type) will be shown to the user.

See Also