BackstageViewControl.GetController() Method
In This Article
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
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual BarAndDockingController GetController()
#Returns
Type | Description |
---|---|
Bar |
A Bar |
#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