windowsforms-devexpress-dot-xtraeditors-dot-controls-89ba27b8.md
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.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public enum HeaderClickMode
Public Enum HeaderClickMode
| 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.
|
The following properties accept/return HeaderClickMode values:
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