Back to Devexpress

OptionsField.SortFilterButtonShowMode Property

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

latest3.2 KB
Original Source

OptionsField.SortFilterButtonShowMode Property

Gets or sets the region where sort and filter 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(SortFilterButtonShowMode.Default)]
[XtraSerializableProperty]
public virtual SortFilterButtonShowMode SortFilterButtonShowMode { get; set; }
vb
<DefaultValue(SortFilterButtonShowMode.Default)>
<XtraSerializableProperty>
Public Overridable Property SortFilterButtonShowMode As SortFilterButtonShowMode

Property Value

TypeDefaultDescription
SortFilterButtonShowModeDefault

A SortFilterButtonShowMode value.

|

Available values:

NameDescription
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 TypePath to SortFilterButtonShowMode
LayoutViewColumn

.OptionsField .SortFilterButtonShowMode

|

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.

See Also

SortFilterButtonLocation

OptionsField Class

OptionsField Members

DevExpress.XtraGrid.Views.Layout Namespace