Skip to main content

GridTextColumnBase.NullValue Property

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "UpdateCellsDisplayValue")]
public object NullValue { get; set; }

Property Value

Type Description
Object

The cell’s null value.

Remarks

Use the NullValue property to override the cell’s null value. When a user clears the cell, the cell’s value is set to NullValue. If the NullValue is not specified, the cell’s value is set to null.

See Also