Skip to main content
A newer version of this page is available. .
Bar

BarDockControl.Site Property

Gets or sets a ISite for a control.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public override ISite Site { get; set; }

Property Value

Type Description
ISite

A ISite for a control.

Remarks

Site binds a bar dock control to its Container and enables communication between them. It also provides a way for the container to manage its components.

See Also