TcxCustomShellListView.IconOptions Property
Specifies icon options for the shell list view.
Declaration
property IconOptions: TcxShellIconOptions read; write;
Property Value
Type |
---|
TcxShellIconOptions |
Remarks
Refer to the TcxShellIconOptions class description to learn about available options.
Note
IconOptions
settings are in effect only if the ViewStyle is set to vsIcon
or vsSmallIcon
.
See Also