CustomGroupDisplayTextEventArgs.Value Property
Returns the group value for the processed group.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
Declaration
public object Value { get; }
Property Value
Type | Description |
---|---|
Object | An object that specifies the group value. |
Remarks
For more information, refer to the following help topic: CustomGroupDisplayText.
See Also