BarDockControl.Site Property
Gets or sets a ISite for a control.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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