Back to Devexpress

GridRowInfo.GridControl Property

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

latest1.2 KB
Original Source

GridRowInfo.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.

|

Remarks

To learn more, see Creating and Assigning Views.

See Also

GridRowInfo Class

GridRowInfo Members

DevExpress.Xpf.Grid Namespace