Skip to main content
A newer version of this page is available. .

TreeListSummaryItemCollection(DataControlBase) Constructor

Initializes a new instance of the TreeListSummaryItemCollection class.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.1.dll

Declaration

public TreeListSummaryItemCollection(
    DataControlBase dataControl
)

Parameters

Name Type Description
dataControl DataControlBase

The data control that owns the collection.

See Also