Skip to main content

GridControl.GetMasterGrid() Method

Returns the root GridControl of a master-detail grid.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public GridControl GetMasterGrid()

#Returns

Type Description
GridControl

A GridControl object that is the root grid.

#Remarks

To learn more, see Master-Detail Data Representation.

See Also