TreeListView.AutoFilterRowCellStyle Property
Gets or sets the style applied to the Automatic Filter Row‘s cells. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
Style | The style applied to the Automatic Filter Row‘s cells. |
Remarks
Target Type: FilterCellContentPresenter
The GridControl applies the AutoFilterRowCellStyle
when the AutoFilterRowPosition property is set to Cell
.
Refer to the following help topic for more information: Automatic Filter Row.
See Also