GridControl.Controls Property
In This Article
Gets the collection of controls contained within the control.
Namespace: DevExpress.XtraGrid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public Control.ControlCollection Controls { get; }
#Property Value
Type | Description |
---|---|
Control. |
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