Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GridControl.Controls Property

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.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