Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual BarAndDockingController GetController()

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