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

BaseEditSettings.NullValue Property

Gets or sets a null value for the editor. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public object NullValue { get; set; }

Property Value

Type Description
Object

An object that represents the null value.

Property Paths

You can access this nested property as listed below:

Object Type Path to NullValue
BarEditItem
.EditSettings.NullValue
FilterField
.EditSettings.NullValue
TokenEditorBehavior
GanttColumn
.EditSettings.NullValue
ColumnBase
.EditSettings.NullValue
GridColumn
.EditSettings.NullValue
TreeListColumn
.EditSettings.NullValue
CollectionDefinition
.EditSettings.NullValue
PropertyDefinition
.EditSettings.NullValue
SpreadsheetCustomCellEditEventArgs
.EditSettings.NullValue

Remarks

Use the NullValue property to specify a null value for the editor in addition to null and DBNull values. To specify the text displayed within the edit box when the editor’s value is null, use the BaseEditSettings.NullText property.

See Also