Back to Devexpress

GridControl.GetMasterGrid() Method

wpf-devexpress-dot-xpf-dot-grid-dot-gridcontrol-76fc77b9.md

latest1.2 KB
Original Source

GridControl.GetMasterGrid() Method

Returns the root GridControl of a master-detail grid.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public GridControl GetMasterGrid()
vb
Public Function GetMasterGrid As GridControl

Returns

TypeDescription
GridControl

A GridControl object that is the root grid.

|

Remarks

See Master-Detail Data Representation for more information.

See Also

GridControl Class

GridControl Members

DevExpress.Xpf.Grid Namespace