Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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

Declaration

public const string DefaultItemCaption = "Entry"

Field Value

Type
String
See Also