Back to Devexpress

TdxCustomListView.ViewStyleList Property

vcl-dxlistview-dot-tdxcustomlistview-6cf06104.md

latest1.2 KB
Original Source

TdxCustomListView.ViewStyleList Property

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

Declaration

delphi
property ViewStyleList: TdxListViewListOptions read; write;

Property Value

TypeDescription
TdxListViewListOptions

Contains List View appearance settings in List mode.

|

Remarks

Set the List View’s ViewStyle property to List to switch the control to List mode.

The following list shows the standard and Explorer styles in List mode:

Standard Style Explorer Style

Refer to the TdxListViewListOptions class description for information on available options.

See Also

TdxCustomListView Class

TdxCustomListView Members

dxListView Unit