Back to Devexpress

TdxTreeViewViewInfo Class

vcl-dxtreeview-85971266.md

latest1.1 KB
Original Source

TdxTreeViewViewInfo Class

Contains ViewInfo information for a Tree View control.

Declaration

delphi
TdxTreeViewViewInfo = class(
    TdxTreeViewCustomViewInfo
)

Remarks

The TdxTreeViewViewInfo class has the Bounds and ContentRect properties that allow you to access bounding rectangles of the control and its content, respectively.

The Tree View’s OnCustomDraw event references a TdxTreeViewViewInfo object.

Inheritance

TObject TPersistent TdxTreeViewPersistent TdxTreeViewCustomViewInfo TdxTreeViewViewInfo

See Also

TdxTreeViewViewInfo Members

dxTreeView Unit