Skip to main content

FilterListPickerItemBase.ShowValuesOutOfFilter Property

Gets or sets whether the list items contain subitems that do not meet the applied filter query. This is a bindable property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public bool ShowValuesOutOfFilter { get; set; }

Property Value

Type Description
Boolean

true to display subitems that do not meet the applied filter; otherwise false.

See Also