ColumnBase.AutoFilterRowCellStyle Property
Gets or sets the style applied to the Automatic Filter Row‘s cell. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
Style | The style applied to the Automatic Filter Row‘s cell. |
Remarks
Target Type: FilterCellContentPresenter
Use the TableView.AutoFilterRowCellStyle property to specify a style for all cells in the Automatic Filter Row. The ColumnBase.ActualAutoFilterRowCellStyle property returns the actual style applied to the Automatic Filter Row‘s cell.
The GridControl applies the AutoFilterRowCellStyle
when the AutoFilterRowPosition property is set to Cell
.
See Also