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

DevExpress.Xpf.Core.FilteringUI Namespace

Contains classes that implement the filtering UI functionality.

Assemblies: DevExpress.Xpf.Grid.v18.2.dll, DevExpress.Xpf.Grid.v18.2.Core.dll

Classes

Name Description
CalendarFilterElement A calendar filter element that allows a user to filter by date values.
CheckBoxFilterElement A check box filter element that allows a user to filter by boolean values.
CheckedListFilterElement A checked list filter element that allows a user to select multiple filter values from a set.
CheckedTreeListFilterElement A checked treelist filter element that allows a user to filter by hierarchical values.
DatePeriodsFilterElement A date periods filter element that allows a user to apply predefined date filters.
ExcelStyleFilterElement An Excel-style filter element.
FilterChangedEventArgs Provides data for the FilterEditorControl.FilterChanged event.
FilterEditorCommands Provides access to the FilterEditorControl‘s commands.
FilterEditorControl A new filter editor control that has advantages over the standard FilterControl.
FilterElement Serves as a base for classes that represent Filter Elements.
FilteringUIContext A context that allows you to bind a filtering UI item to a control’s data.
FilterModelBase
PredefinedFilter A predefined filter.
PredefinedFilterCollection A collection of Predefined Filters.
PredefinedFiltersElement A filter element that works with a column’s predefined filters.
RadioListFilterElement A radio list filter element that allows a user to select one filter value from a set.
RangeFilterElement A range filter element that allows a user to filter by numeric values.

Enums

Name Description
AllowedExcelStyleFilterTypes Lists the values that specify the ExcelStyleFilterElement.AllowedFilterTypes property.
DateTimeFilterTreeType Lists the values that specify the CheckedTreeListFilterElement.DateTimeFilterTreeType property.
FilterValuesSortMode Lists the values that specify the FilterElement.FilterValuesSortMode property.
StringFilterTreeType Lists the values that specify the CheckedTreeListFilterElement.StringFilterTreeType property.