Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#Declaration

public enum SortFilterButtonShowMode

#Members

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.

#Related API Members

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