FilterCellContentPresenter Class
In This Article
Displays the content of a automatic filter row cell.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public class FilterCellContentPresenter :
CellContentPresenter
#Remarks
The FilterCellContentPresenter represents the target element for the following properties:
- ColumnBase.AutoFilterRowCellStyle
- TableView.AutoFilterRowCellStyle
- TreeListView.AutoFilterRowCellStyle
#Inheritance
Object
DispatcherObject
DependencyObject
Visual
UIElement
FrameworkElement
Control
CellContentPresenter
FilterCellContentPresenter
See Also