GroupRowData.DataControl Property
In This Article
Gets the control that contains this group row.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
public GridControl DataControl { get; }
#Property Value
Type | Description |
---|---|
Grid |
The control that contains this group row. |
See Also