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