Skip to main content
A newer version of this page is available. .

OptionsField.SortFilterButtonShowMode Property

Gets or sets the region where sort and filter buttons are displayed.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v19.1.dll

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
.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