Skip to main content

TdxShellListViewIconOptions.IconSize Property

Specifies the icon size for shell items.

Declaration

property IconSize: TcxShellIconSize read; write; default isDefault;

Property Value

Type Default Description
TcxShellIconSize isDefault

The predefined icon size for shell items.

Remarks

Use this property to switch between predefined icon sizes for shell items displayed in the Shell List View control. Refer to the TcxShellIconSize type description for information on available options.

The IconSize property’s default value is isDefault.

See Also