IModelAction.ShortCaption Property
Specifies the caption for a Parametrized Action’s button.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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