windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-optionsfield-8e325cff.md
Gets or sets the location of sort and filter buttons within the region where these buttons are displayed.
Namespace : DevExpress.XtraGrid.Views.Layout
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[DefaultValue(SortFilterButtonLocation.Default)]
[XtraSerializableProperty]
public virtual SortFilterButtonLocation SortFilterButtonLocation { get; set; }
<DefaultValue(SortFilterButtonLocation.Default)>
<XtraSerializableProperty>
Public Overridable Property SortFilterButtonLocation As SortFilterButtonLocation
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraGrid.Views.Layout.SortFilterButtonLocation | Default |
A DevExpress.XtraGrid.Views.Layout.SortFilterButtonLocation value that specifies the location of sort and filter buttons.
|
You can access this nested property as listed below:
| Object Type | Path to SortFilterButtonLocation |
|---|---|
| LayoutViewColumn |
.OptionsField .SortFilterButtonLocation
|
The region where the sort and filter buttons are displayed is specified by the OptionsField.SortFilterButtonShowMode property.
See Also