Skip to main content
A newer version of this page is available. .

ChoiceActionItem.ToolTip Property

This property is for internal use. To specify the tooltip text that is displayed for the current ChoiceActionItem, use the IModelToolTip.ToolTip property of the ActionDesign | Actions | <Action> | ChoiceActionItems | Item node.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

[DefaultValue("")]
[Browsable(false)]
public string ToolTip { get; set; }

Property Value

Type Default Description
String String.Empty

A string which is the tooltip text displayed for the current ChoiceActionItem.

See Also