Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TableView.CompactModeFilterItemsSource Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v24.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 GridControl 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 TableView.CompactModeFilterItemsSource property.

WPF_Grid_CompactMode_Filters

See Also