Skip to main content
All docs
V25.2
  • TdxBackendDataSetCollectionItem.DataSource Property

    Specifies a data source associated with the dataset collection item.

    Declaration

    property DataSource: TDataSource read; write;

    Property Value

    Type Description
    TDataSource

    The associated TDataSource component.

    Remarks

    The DataSource property allows you to associate the collection item with a dataset (TdxMemData, TFDTable, TFDQuery, etc.) using a TDataSource component (like any other data-aware VCL control, such as TcxGrid).

    The DataSetAlias property allows you to specify a user-friendly dataset name for designer dialogs.

    See Also