Back to Devexpress

GridCell.GridControl Property

wpf-devexpress-dot-xpf-dot-grid-dot-gridcell.md

latest1.0 KB
Original Source

GridCell.GridControl Property

Gets the GridControl which owns the current View.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public GridControl GridControl { get; }
vb
Public ReadOnly Property GridControl As GridControl

Property Value

TypeDescription
GridControl

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

|

See Also

GridCell Class

GridCell Members

DevExpress.Xpf.Grid Namespace