CustomGroupEventArgs.Value1 Property
In This Article
Returns the first value being compared.
Namespace: DevExpress.Maui.DataGrid
Assembly: DevExpress.Maui.DataGrid.dll
NuGet Package: DevExpress.Maui.DataGrid
#Declaration
C#
public object Value1 { get; }
#Property Value
Type | Description |
---|---|
System. |
An object that specifies the first value being compared. |
#Remarks
For more information, refer to the following help topic: CustomGroup.
See Also