Skip to main content
A newer version of this page is available. .

GridCell.GridControl Property

Gets the GridControl which owns the current View.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public GridControl GridControl { get; }

Property Value

Type Description
GridControl

A GridControl object that represents the grid to which the current View belongs.

See Also