TdxListViewReportOptions Class
Stores appearance settings for the List View control in Report mode.
Declaration
TdxListViewReportOptions = class(
TdxListViewCustomOptions
)
Remarks
The class members allow you to do the following:
Hide column headers (ShowColumnHeader).
Specify the position of item images in columns (AlwaysShowItemImageInFirstColumn).
Highlight rows of selected items (RowSelect).
The control’s ViewStyleReport property references a TdxListViewReportOptions object.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxListViewPersistent
TdxListViewCustomOptions
TdxListViewReportOptions
See Also