Skip to main content
A newer version of this page is available. .

TableView.CompactModeFilterItemsSource Property

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

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

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