Skip to main content

GridTextColumnBase.AllowNullInput Property

Gets or sets whether users can set the editor’s value to null. This is a dependency property.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

Declaration

[DP(false, Handler = "UpdateCellsDisplayValue")]
public bool AllowNullInput { get; set; }

Property Value

Type Description
Boolean

true to allow null input; otherwise, false.

See Also