TdxListViewPersistent Class
In This Article
The base class for List View settings.
#Declaration
Delphi
TdxListViewPersistent = class(
TcxOwnedPersistent
)
#Remarks
This class implements the base functionality for the List View control’s appearance settings.
Do not use this class directly. Use the following descendants instead:
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxListViewPersistent
See Also