Skip to main content

GetCustomSummaryValueEventArgs.Column Property

Obtains the Tree List column used by the summary calculations.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public TreeListColumn Column { get; }

Property Value

Type Description
TreeListColumn

A Tree List column used by the summary calculations.

See Also