BackstageViewControl.GetController() Method
Returns the bar and dock controller that specifies look and feel settings for the BackstageViewControl.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Returns
Type | Description |
---|---|
BarAndDockingController | A BarAndDockingController object that specifies look and feel settings for the BackstageViewControl |
Remarks
The GetController method returns the actual object that specifies appearance settings for the current BackstageViewControl object. See BackstageViewControl.Controller to learn more.
See Also