FilterItemBase Class
A base class for filter items.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public abstract class FilterItemBase :
FilterItemBaseCore,
IFilterItemOwner,
IAppearanceOwner
Remarks
For more information on how to implement a Filtering UI for DataGridView and DXCollectionView, refer to the following sections:
Implements
Microsoft.Maui.Controls.ITabStopElement
Microsoft.Maui.IFrameworkElement
Inheritance
Object
BindableObject
Element
NavigableElement
VisualElement
See Also