A newer version of this page is available.
Switch to the current version.
TreeListCustomSummaryEventArgs.SummaryItem Property
Gets a summary item whose value is being calculated.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v18.2.dll
Declaration
public TreeListSummaryItem SummaryItem { get; }
Public ReadOnly Property SummaryItem As TreeListSummaryItem
Property Value
Type | Description |
---|---|
TreeListSummaryItem | A TreeListSummaryItem object that represents the summary item whose value is being calculated. |
See Also
Feedback