TdxCustomListView.ViewStyle Property
Specifies the List View’s item display mode.
Declaration
property ViewStyle: TdxListViewStyle read; write; default TdxListViewStyle.Icon;
Property Value
Type | Default | Description |
---|---|---|
TdxListViewStyle | Icon | A list item’s display mode. |
Remarks
Refer to the TdxListViewStyle type description for information on available options.
See Also