Skip to main content

TcxMCListBox.ShowHeader Property

Indicates whether column headers are displayed within the list box control.

Declaration

property ShowHeader: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

Use the ShowHeader property to determine whether column headers are displayed within the list box control. If this property value is False, there are no column headers within the control. This means that sorting cannot be applied to the dropdown list by clicking column headers. In this case, the dropdown list can be sorted by changing the SortOrder property value of the required column.

The default value of the ShowHeader property is True.

See Also