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.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DefaultValue(SortFilterButtonLocation.Default)]
[XtraSerializableProperty]
public virtual SortFilterButtonLocation SortFilterButtonLocation { get; set; }
Property Value
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. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to SortFilterButtonLocation |
---|---|
LayoutViewColumn |
|
Remarks
The region where the sort and filter buttons are displayed is specified by the OptionsField.SortFilterButtonShowMode property.
See Also