Skip to main content
.NET 6.0+

IModelAction.NullValuePrompt Property

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

Namespace: DevExpress.ExpressApp.Model

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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