Skip to main content
.NET 6.0+

IModelAction.ShortCaption Property

Specifies the caption for a Parametrized Action’s button.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

string ShortCaption { get; set; }

Property Value

Type Description
String

A string specifying the caption for a Parametrized Action’s button.

Remarks

This property is considered for Actions of the ParametrizedAction type. A Parametrized Action is displayed via an editor and a button. The editor is used to enter a value, the button - for validating this value. Use this property to specify a caption for the button. For example, for the FullTextSearch Action’s short caption can be set to “Go”.

By default, this property is set to the current node’s IModelAction.Caption property value.

See Also