GridCell.GridControl Property
In This Article
Gets the GridControl which owns the current View.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public GridControl GridControl { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
See Also