CustomSummaryExistEventArgs.Item Property
Gets a summary item whose value is about to be calculated.
Namespace: DevExpress.Data
Assembly: DevExpress.Core.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
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