Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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:

TdxTreeViewViewInfo
Contains ViewInfo information for a Tree View control.
TdxTreeViewNodeViewInfo
Contains ViewInfo information for a tree node.

#Inheritance

See Also