ChoiceActionItem.ToString() Method
Returns a Choice Action Item’s textual representation.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Returns
Type | Description |
---|---|
String | A String value which is the current Choice Action Item’s textual representation. |
Remarks
The ToString method returns the human readable name of the current Choice Action Item. This name is formed from the Item’s caption and the analogous textual representation of the Item’s nested Items (from their ChoiceActionItem.Items collection). For instance, the Item that contains two nested Items, one of which contains an Item, is represented by the following string: “Entry1[Item1[Item11],Item2]”. If an Item’s caption is not specified, the item type name is used, instead.