Skip to main content

BaseEditSettings.NullText Property

Gets or sets the text displayed within the edit box when the editor's value is null. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public string NullText { get; set; }

#Property Value

Type Description
String

A String value that specifies the string displayed within the edit box when the BaseEdit.EditValue property is set to null value.

#Property Paths

You can access the BaseEditSettings.NullText property from the following objects:

Object Type Path to NullText
BarEditItem
.EditSettings.NullText
ColumnBase
.ActualEditSettings.NullText
ColumnBase
.EditSettings.NullText
GridColumn
.ActualEditSettings.NullText
GridColumn
.EditSettings.NullText
TreeListColumn
.ActualEditSettings.NullText
TreeListColumn
.EditSettings.NullText
See Also