Back to Devexpress

NumberColumn.AllowNullValue Property

maui-devexpress-dot-maui-dot-datagrid-dot-numbercolumn-251fb30d.md

latest836 B
Original Source

NumberColumn.AllowNullValue Property

Gets or sets whether the editor can be empty. This is a bindable property.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public bool AllowNullValue { get; set; }

Property Value

TypeDescription
Boolean

true to allow an empty editor; otherwise, false.

|

See Also

NumberColumn Class

NumberColumn Members

DevExpress.Maui.DataGrid Namespace