Skip to main content
.NET 6.0+

ChoiceActionBase.DefaultItemCaption Field

Used to form a default caption for a Choice Action’s item. By default, its value is “Entry”. This value is appended by an order index.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public const string DefaultItemCaption = "Entry"

Field Value

Type
String
See Also