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

GetCustomSummaryValueEventArgs.Column Property

Obtains the Tree List column used by the summary calculations.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public TreeListColumn Column { get; }

Property Value

Type Description
TreeListColumn

A Tree List column used by the summary calculations.

See Also