Back to Devexpress

TableView.CompactModeFilterItemsSource Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-30d2f129.md

latest1.9 KB
Original Source

TableView.CompactModeFilterItemsSource Property

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

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public IEnumerable CompactModeFilterItemsSource { get; set; }
vb
Public Property CompactModeFilterItemsSource As IEnumerable

Property Value

TypeDescription
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.

See Also

Compact Mode

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace