Back to Devexpress

TdxCustomListView.ViewStyleReport Property

vcl-dxlistview-dot-tdxcustomlistview-68a8723d.md

latest1.2 KB
Original Source

TdxCustomListView.ViewStyleReport Property

Provides access to the List View’s appearance settings in Report mode.

Declaration

delphi
property ViewStyleReport: TdxListViewReportOptions read; write;

Property Value

TypeDescription
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

TdxCustomListView Class

TdxCustomListView Members

dxListView Unit