TdxCustomListView.ViewStyleReport Property
Provides access to the List View’s appearance settings in Report mode.
Declaration
property ViewStyleReport: TdxListViewReportOptions read; write;
Property Value
Type | Description |
---|---|
TdxListViewReportOptions | Contains List View appearance settings in Report mode. |
Remarks
Set the List View’s ViewStyle property to Report to switch the control to Report mode.
The following list shows the standard and Explorer styles in Report mode:
- Standard Style
- Explorer Style
Refer to the TdxListViewReportOptions class description for information on available options.
See Also