Back to Devexpress

SortFilterButtonShowMode Enum

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

latest2.3 KB
Original Source

SortFilterButtonShowMode Enum

Contains values that specify the region where a field’s 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
public enum SortFilterButtonShowMode
vb
Public Enum SortFilterButtonShowMode

Members

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.

|

The following properties accept/return SortFilterButtonShowMode values:

Remarks

Use the OptionsField.SortFilterButtonShowMode property to specify the region where a field’s sort and filter buttons are displayed.

See Also

SortFilterButtonShowMode

DevExpress.XtraGrid.Views.Layout Namespace