Back to Devexpress

ItemsEditBase.HasEmptyItem Property

maui-devexpress-dot-maui-dot-editors-dot-itemseditbase-3b8bef1c.md

latest866 B
Original Source

ItemsEditBase.HasEmptyItem Property

Gets or sets whether the drop-down list includes an empty item. This is a bindable property.

Namespace : DevExpress.Maui.Editors

Assembly : DevExpress.Maui.Editors.dll

NuGet Package : DevExpress.Maui.Editors

Declaration

csharp
public bool HasEmptyItem { get; set; }

Property Value

TypeDescription
Boolean

true if the drop-down list includes an empty item; otherwise, false.

|

See Also

ItemsEditBase Class

ItemsEditBase Members

DevExpress.Maui.Editors Namespace