Skip to main content

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.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

[Browsable(false)]
[DefaultValue("")]
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