GroupValueData(GroupRowData, ColumnBase, Object, String) Constructor
In This Article
Initializes a new instance of the GroupValueData class with specified settings.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public GroupValueData(
GroupRowData rowData,
ColumnBase column,
object value,
string text
)
#Parameters
Name | Type |
---|---|
row |
Group |
column | Column |
value | Object |
text | String |
See Also