TdxListViewReportOptions.ShowColumnHeaders Property
In This Article
Specifies if list columns show their headers.
#Declaration
Delphi
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