Skip to main content

BaseView.GridControl Property

Gets the grid control that owns a specific View.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v22.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[Browsable(false)]
public GridControl GridControl { get; set; }

Property Value

Type Description
GridControl

A GridControl object that owns the current View.

See Also