TdxListViewReportOptions.ShowColumnHeaders Property
Specifies if list columns show their headers.
Declaration
property ShowColumnHeaders: Boolean read; write; default True;
Property Value
Type | Default | Description |
---|---|---|
Boolean | True | True if list columns show their headers; otherwise, False. |
Remarks
Options include:
Value | Example |
---|---|
True | |
False |
The ShowColumnHeaders
property’s default value is True
.
See Also