Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

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