Back to Devexpress

OptionsField.SortFilterButtonLocation Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-optionsfield-8e325cff.md

latest2.7 KB
Original Source

OptionsField.SortFilterButtonLocation Property

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

Declaration

csharp
[DefaultValue(SortFilterButtonLocation.Default)]
[XtraSerializableProperty]
public virtual SortFilterButtonLocation SortFilterButtonLocation { get; set; }
vb
<DefaultValue(SortFilterButtonLocation.Default)>
<XtraSerializableProperty>
Public Overridable Property SortFilterButtonLocation As SortFilterButtonLocation

Property Value

TypeDefaultDescription
DevExpress.XtraGrid.Views.Layout.SortFilterButtonLocationDefault

A DevExpress.XtraGrid.Views.Layout.SortFilterButtonLocation value that specifies the location of sort and filter buttons.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to SortFilterButtonLocation
LayoutViewColumn

.OptionsField .SortFilterButtonLocation

|

Remarks

The region where the sort and filter buttons are displayed is specified by the OptionsField.SortFilterButtonShowMode property.

See Also

SortFilterButtonShowMode

OptionsField Class

OptionsField Members

DevExpress.XtraGrid.Views.Layout Namespace