Skip to main content
.NET 6.0+

ChoiceActionItem.ToString() Method

Returns a Choice Action Item’s textual representation.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override string ToString()

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.

See Also