Skip to main content

HeaderClickMode Enum

Lists values that specify which functionality is invoked as a result of a click on a column header within the lookup editor’s dropdown list.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public enum HeaderClickMode

Members

Name Description
Sorting

Clicking a column’s header sorts the data by that column.

AutoSearch

Clicking a column’s header selects this column for incremental searching.

Related API Members

The following properties accept/return HeaderClickMode values:

Remarks

The HeaderClickMode type provides values for the RepositoryItemLookUpEdit.HeaderClickMode property. This property specifies which functionality is invoked as a result of a click on a column header within the lookup editor’s dropdown list.

See Also