GridControl.Controls Property
Gets the collection of controls contained within the control.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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