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
Returns
| Type | Description |
|---|---|
| GridControl | A GridControl object that is the root grid. |
Remarks
See Master-Detail Data Representation for more information.
See Also