CustomSummaryEventArgs.Value Property
In This Article
Returns the group row’s summary value.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public object Value { get; }
#Property Value
Type | Description |
---|---|
System. |
An object that is the summary value. |
See Also