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

BackstageViewControl.GetController() Method

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual BarAndDockingController GetController()

Returns

Type Description
BarAndDockingController

A BarAndDockingController object that provides look and feel options for the BackstageViewControl

Remarks

The GetController method returns the actual object that provides appearance settings for the current BackstageViewControl object. See BackstageViewControl.Controller to learn more.

See Also