Skip to main content

GroupRowData.DataControl Property

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
GridControl

The control that contains this group row.

See Also