GetCustomSummaryValueEventArgs.Column Property
In This Article
Obtains the Tree List column used by the summary calculations.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public TreeListColumn Column { get; }
#Property Value
Type | Description |
---|---|
Tree |
A Tree List column used by the summary calculations. |
See Also