IModelAction.NullValuePrompt Property
Specifies the default text that is displayed in the Parametrized Action’s control.
Namespace: DevExpress.ExpressApp.Model
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Property Value
Type | Description |
---|---|
String | A string specifying the default text for the Parametrized Action’s control. |
Remarks
Gets or sets the text displayed within the editor representing the current Parametrized Action, when the editor’s value is null.
See Also