OptionsField.SortFilterButtonShowMode Property
Gets or sets the region where sort and filter buttons are displayed.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DefaultValue(SortFilterButtonShowMode.Default)]
[XtraSerializableProperty]
public virtual SortFilterButtonShowMode SortFilterButtonShowMode { get; set; }
Property Value
Type | Default | Description |
---|---|---|
SortFilterButtonShowMode | Default | A SortFilterButtonShowMode value. |
Available values:
Name | Description |
---|---|
Default | The same option as the SortFilterButtonShowMode.InFieldValue option. |
InFieldCaption | Sort and filter buttons are displayed in a field caption region. |
InFieldValue | Sort and filter buttons are displayed in a field value region. |
Nowhere | The buttons are hidden. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to SortFilterButtonShowMode |
---|---|
LayoutViewColumn |
|
Remarks
Use the SortFilterButtonShowMode property to specify the region where the sort and filter buttons are displayed. The position of the buttons within these regions is specified by the OptionsField.SortFilterButtonLocation property.