CustomSummaryExistEventArgs.Item Property
In This Article
Gets a summary item whose value is about to be calculated.
Namespace: DevExpress.Data
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#Property Value
Type | Description |
---|---|
Object | An object representing a summary item whose value is about to be calculated. |
#Remarks
The actual type of returned object depends upon the control and summary type you use. Thus, you should typecast to access the summary item’s specific settings.
See Also