Back to Devexpress

FindControlItemsCore.AddControl(Control) Method

windowsforms-devexpress-dot-xtralayout-dot-custom-dot-findcontrolitemscore-dot-addcontrol-x28-system-dot-windows-dot-forms-dot-control-x29.md

latest1.3 KB
Original Source

FindControlItemsCore.AddControl(Control) Method

Adds the specified control.

Namespace : DevExpress.XtraLayout.Custom

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void AddControl(
    Control control
)
vb
Public Overridable Sub AddControl(
    control As Control
)

Parameters

NameTypeDescription
controlControl

A Control descendant.

|

See Also

FindControlItemsCore Class

FindControlItemsCore Members

DevExpress.XtraLayout.Custom Namespace