TdxTreeViewCustomViewInfo Class
In This Article
The base class for Tree View ViewInfo settings.
#Declaration
Delphi
TdxTreeViewCustomViewInfo = class abstract(TdxTreeViewPersistent)
#Remarks
The TdxTreeViewCustomViewInfo
class has the Bounds property that allows you to access the element’s bounding rectangle.
Do not use this class directly. Use the following descendants instead:
- TdxTreeViewViewInfo
- Contains ViewInfo information for a Tree View control.
- TdxTreeViewNodeViewInfo
- Contains ViewInfo information for a tree node.
#Inheritance
TObject
TPersistent
TdxTreeViewPersistent
TdxTreeViewCustomViewInfo
See Also