Skip to main content

GridControl.Controls Property

Gets the collection of controls contained within the control.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public Control.ControlCollection Controls { get; }

Property Value

Type Description
Control.ControlCollection

An object representing the collection of controls contained within the grid control.

Remarks

The property is overridden to support the internal grid control’s infrastructure. You will have no need to use it.

See Also