Back to Devexpress

CustomGroupDisplayTextEventArgs.Value Property

maui-devexpress-dot-maui-dot-datagrid-dot-customgroupdisplaytexteventargs.md

latest1.1 KB
Original Source

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

csharp
public object Value { get; }

Property Value

TypeDescription
System.Object

An object that specifies the group value.

|

Remarks

For more information, refer to the following help topic: CustomGroupDisplayText.

See Also

How to Group Rows in DevExpress Data Grid for .NET MAUI

CustomGroupDisplayTextEventArgs Class

CustomGroupDisplayTextEventArgs Members

DevExpress.Maui.DataGrid Namespace