Back to Devexpress

TreeListView.AutoFilterRowCellStyle Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-df6064ec.md

latest1.8 KB
Original Source

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

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace