Back to Devexpress

ColumnBase.AutoFilterRowCellStyle Property

wpf-devexpress-dot-xpf-dot-grid-dot-columnbase-c212ad8b.md

latest2.2 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public Style AutoFilterRowCellStyle { get; set; }
vb
Public Property AutoFilterRowCellStyle As Style

Property Value

TypeDescription
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

AutoFilterRowCellStyle

ColumnBase Class

ColumnBase Members

DevExpress.Xpf.Grid Namespace