Skip to main content
A newer version of this page is available. .

IModelAction.NullValuePrompt Property

Specifies the default text that is displayed in the Parametrized Action’s control.

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

string NullValuePrompt { get; set; }

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