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

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.v22.1.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