Back to Devexpress

GridControl.Controls Property

windowsforms-devexpress-dot-xtragrid-dot-gridcontrol-6a0c1a7e.md

latest1.4 KB
Original Source

GridControl.Controls Property

Gets the collection of controls contained within the control.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
public Control.ControlCollection Controls { get; }
vb
<Browsable(False)>
Public ReadOnly Property Controls As Control.ControlCollection

Property Value

TypeDescription
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

GridControl Class

GridControl Members

DevExpress.XtraGrid Namespace