TdxTreeViewCustomViewInfo Class
The base class for Tree View ViewInfo settings.
Declaration
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