Skip to main content

FilterCheckedListItem.SelectAllWhenFilterIsNull Property

Gets or sets whether to select all filter values when no value is selected. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool SelectAllWhenFilterIsNull { get; set; }

Property Value

Type Description
Boolean

true to select all filter values when the current filter is null; otherwise, false.

See Also