Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V23.1
  • TdxDBTreeView.DataSource Property

    Identifies a link to the dataset where a data-aware tree view locates its data.

    Declaration

    property DataSource: TDataSource read; write;

    Property Value

    Type
    TDataSource

    Remarks

    Set DataSource to the TDataSource object that links to a dataset where the data-aware tree-view should fetch its data. The linked dataset must have a self-reference structure.

    See Also