EditPropertiesBase.NullDisplayText Property
Gets or sets the text displayed within the editor’s edit region when the editor’s value is null.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v22.2.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | A string value specifying the text displayed within the editor when the editor’s value is null. |
Remarks
The NullDisplayText property can be used to specify a custom text to display within an inplace editor when the editor’s value is null. If this property is not set, null values are displayed as empty strings within the editor.
To convert an empty string value to a null value, set the EditProperties.ConvertEmptyStringToNull property to true
.