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

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.v18.1.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the HeaderClickMode enum.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also