Skip to main content

TreeListView.CompactModeFilterItemsSource Property

Gets or sets a source of filter items. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v23.2.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public IEnumerable CompactModeFilterItemsSource { get; set; }

Property Value

Type Description
IEnumerable

A collection of the CompactModeFilterItem objects that implements the IEnumerable interface.

Remarks

The compact panel can display predefined filter items. When clicking a filter item, the TreeListView displays only those items that meet the filter criteria. To add filters to the compact panel, pass a collection of filter items (instances of the CompactModeFilterItem class) to the TreeListView.CompactModeFilterItemsSource property.

See Also