Back to Devexpress

AutoFilterRowPosition Enum

wpf-devexpress-dot-xpf-dot-grid-35fe9295.md

latest1.6 KB
Original Source

AutoFilterRowPosition Enum

Lists values that specify where to display the Automatic Filter Row.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public enum AutoFilterRowPosition
vb
Public Enum AutoFilterRowPosition

Members

NameDescription
Cell

Displays the Automatic Filter Row as the first row in the GridControl.

| | Header |

Embeds the Automatic Filter Row into the Column Header Panel.

|

The following properties accept/return AutoFilterRowPosition values:

See Also

DevExpress.Xpf.Grid Namespace