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

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