TdxListViewImageOptions.GroupHeaderImages Property
Specifies the source image list for group headers.
Declaration
property GroupHeaderImages: TCustomImageList read; write;
Property Value
Type | Description |
---|---|
TCustomImageList | A source image list. |
Remarks
The List View shows groups only if the control’s GroupView property is set to True.
Tip
You can use a TcxImageList component as an image source.
See Also