Gets or sets the style applied to data cells displayed within the Automatic Filter Row. This is a dependency property.
Namespace:DevExpress.Xpf.Grid
Assembly:DevExpress.Xpf.Grid.v19.2.dll

Syntax
C# |
public Style AutoFilterRowCellStyle { get; set; }
|
VB |
Public Property AutoFilterRowCellStyle As Style
|
Property value
Type: Style
A System.Windows.Style object that specifies the style applied to data cells.

Remarks

See Also