TdxListViewImageOptions Class
Stores the List View control’s image settings.
Declaration
TdxListViewImageOptions = class(
TdxListViewPersistent
)
Remarks
The TdxListViewImageOptions class allows you to specify source image lists for the following:
Column headers (ColumnHeaderImages)
Group headers (GroupHeaderImages)
Items (SmallImages and LargeImages)
Item states (StateImages)
You can use the ScaleOnDPIChanges property to specify if the control resizes displayed images in response to a monitor DPI change.
Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxListViewPersistent
TdxListViewImageOptions
See Also