Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IModelAction.ShortCaption Property

Specifies the caption for a Parametrized Action’s button.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v24.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