Back to Devexpress

DevExpress.Xpf.Core.FilteringUI Namespace

wpf-devexpress-dot-xpf-dot-core-708412a7.md

latest16.2 KB
Original Source

DevExpress.Xpf.Core.FilteringUI Namespace

Contains classes that implement UI and functionality for data filter operations.

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

NuGet Package : DevExpress.Wpf.Grid.Core

Classes

NameDescription
BinaryFilterModelA model for operators with two operands (e.g., Equals , Is greater than ).
CalendarFilterElementA calendar filter element that allows a user to filter by date values.
CalendarFilterModelA model for the CalendarFilterElement.
CheckBoxFilterElementA check box filter element that allows a user to filter by boolean values.
CheckBoxFilterModelA model for the CheckBoxFilterElement.
CheckedListFilterElementA checked list filter element that allows a user to select multiple filter values from a set.
CheckedListFilterModelA model for the CheckedListFilterElement.
CheckedTreeListFilterElementA checked treelist filter element that allows a user to filter by hierarchical values.
CheckedTreeListFilterModelA model for the CheckedTreeListFilterElement.
ConstantFilterModelA model for operators with one operand (e.g., Is null , Is Yesterday ).
CustomUniqueValuesEventArgsProvides data for the FilterBehavior.CustomUniqueValues event.
CustomValueDisplayTextEventArgsProvides data for the FilterBehavior.CustomValueDisplayText event.
DatePeriodFilterValueA predefined date filter.
DatePeriodsFilterElementA date periods filter element that allows a user to apply predefined date filters.
DatePeriodsFilterModelA model for the DatePeriodsFilterElement.
DateRangeFilterElementA date range filter element that allows a user to specify a date interval.
DateRangeFilterModelA model for the DateRangeFilterElement.
ExcelStyleFilterElementAn Excel-style filter element.
ExcelStyleFilterElementOperatorItemAn item in the ExcelStyleFilterElement‘s operator list.
ExcelStyleFilterElementOperatorItemListA list of ExcelStyleFilterElementOperatorItems in the ExcelStyleFilterElement.
ExcelStyleFilterElementQueryOperatorsEventArgsProvides data for the ExcelStyleFilterElement.QueryOperators event.
ExcelStyleFilterModelA model for the ExcelStyleFilterElement.
FieldItemAn item in the FilterEditorControl‘s field list.
FieldListA list of FieldItems displayed in the FilterEditorControl.
FilterBehaviorAllows you to use the Filter Editor, Filter Panel, and Filter Elements to filter data-bound controls that do not have integrated filter elements (for example, Chart, Scheduler, Data Editors).
FilterChangedEventArgsProvides data for the FilterEditorControl.FilterChanged event.
FilterEditorCommandsProvides access to the FilterEditorControl‘s commands.
FilterEditorControlThe Filter Editor control allows users to build complex filter criteria. Users can add filter conditions and use logical operators to group filters.
FilterEditorOperatorItemAn item in the FilterEditorControl‘s operator list.
FilterEditorOperatorItemListA list of FilterEditorOperatorItems displayed in the FilterEditorControl.
FilterEditorQueryOperatorsEventArgsProvides data for the FilterEditorControl.QueryOperators event.
FilterElementServes as a base for classes that represent Filter Elements.
FilterFieldA filter field that specifies edit settings and predefined filters.
FilterFieldCollectionA collection of the FilterField objects.
FilteringPanelControlThe filter panel control.
FilteringUIContextA context that allows you to bind a filter element to a control’s data.
FilterModelServes as a base for classes that represent filter element models.
FilterModelBaseServes as a base for classes that represent filter element models.
FormatConditionFilterElementA filter element that works with a column’s Conditional Formatting Filters.
MultiFilterElementA multi filter element that allows a user to choose filter conditions.
MultiFilterModelA model for the MultiFilterElement.
OperatorItemBaseAn item in the operator list.
PredefinedFilterA predefined filter.
PredefinedFilterCollectionA collection of Predefined Filters.
PredefinedFiltersElementA filter element that works with a column’s Predefined Filters.
PredefinedFiltersModelA model for the PredefinedFiltersElement.
QueryConditionOperationsEventArgsProvides data for the FilterEditorControl.QueryConditionOperations event.
QueryDateTimeFunctionsEventArgsProvides data for the FilterEditorControl.QueryDateTimeFunctions event.
QueryFieldsEventArgsProvides data for the FilterEditorControl.QueryFields event.
QueryGroupOperationsEventArgsProvides data for the FilterEditorControl.QueryGroupOperations event.
QueryGroupTypesEventArgsProvides data for the FilterEditorControl.QueryGroupTypes event.
QueryOperandFieldsEventArgsProvides data for the FilterEditorControl.QueryOperandFields event.
QueryOperandsEventArgsProvides data for the FilterEditorControl.QueryOperands event.
QueryOperatorsEventArgsBase<T>Provides data for the FilterEditorControl.QueryOperators and ExcelStyleFilterElement.QueryOperators events.
RadioListFilterElementA radio list filter element that allows a user to select one filter value from a set.
RadioListFilterModelA model for the RadioListFilterElement.
RangeFilterElementA range filter element that allows a user to filter by numeric values.
RangeFilterModelA model for the RangeFilterElement.
RangeFilterModelBase<T>Serves as a base for classes that represent range filter models.
TernaryFilterModelA model for operators with three operands (e.g., Is between , Is between dates ).
VariadicFilterModelA model for operators with a variable number of operands (e.g., Is any of , Is none of ).

Enums

NameDescription
AllowedAggregateFiltersLists aggregate filters that GridControl columns support.
AllowedDataAnalysisFiltersLists the values that specify the ColumnBase.AllowedDataAnalysisFilters property.
AllowedExcelStyleFilterTypesLists the values that specify the ExcelStyleFilterElement.AllowedFilterTypes property.
AllowedFormatConditionFiltersLists values that specify whether the GridControl‘s column supports conditional formatting filters.
DateTimeFilterTreeTypeLists the values that specify the CheckedTreeListFilterElement.DateTimeFilterTreeType property.
ExcelStyleFilterElementOperatorTypeLists the values that specify the ExcelStyleFilterElementOperatorItem.OperatorType property.
ExcelStyleFilterTypeLists the values that specify the ExcelStyleFilterElement.DefaultFilterType property.
FilterEditorOperandTypeLists the values that specify the QueryOperandsEventArgs.DefaultOperan property.
FilterEditorOperatorTypeLists the values that specify the FilterEditorOperatorItem.OperatorType property.
FilterValuesSortModeLists the values that specify the FilterElement.FilterValuesSortMode property.
PropertySelectorModeLists the values that specify the FilterEditorControl.PropertySelectorMode property.
StringFilterTreeTypeLists the values that specify the CheckedTreeListFilterElement.StringFilterTreeType property.