Back to Devexpress

TdxTreeViewCustomViewInfo Class

vcl-dxtreeview-ffec468f.md

latest1.1 KB
Original Source

TdxTreeViewCustomViewInfo Class

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:

TdxTreeViewViewInfoContains ViewInfo information for a Tree View control.TdxTreeViewNodeViewInfoContains ViewInfo information for a tree node.

Inheritance

TObject TPersistent TdxTreeViewPersistent TdxTreeViewCustomViewInfo

See Also

TdxTreeViewCustomViewInfo Members

dxTreeView Unit