LayoutControl.GetControlByName(String) Method
Returns the control with the specified name, contained within the Layout Control.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A String value that specifies the control’s name. |
Returns
| Type | Description |
|---|---|
| Control | A Control descendant that represents the control with the specified name, contained within the Layout Control. null (Nothing in Visual Basic) if the control isn’t found. |
See Also