Skip to main content
Tag

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

NuGet Package: DevExpress.Wpf.Grid.Core

#Declaration

public Style AutoFilterRowCellStyle { get; set; }

#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