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

TdxBarTreeView Class

A tree view in the dropdown window.

#Declaration

Delphi
TdxBarTreeView = class(
    TCustomTreeView
)

#Remarks

This class is used to represent a tree view in the dropdown window of TdxBarTreeViewCombo. TdxBarTreeView derives the TCustomTreeView methods and properties. It provides the proper tree view interface for the dropdown tree.

See Also