Back to Devexpress

BackstageViewControl.GetController() Method

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-backstageviewcontrol-c9bc9410.md

latest1.9 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual BarAndDockingController GetController()
vb
Public Overridable Function GetController As BarAndDockingController

Returns

TypeDescription
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

BackstageViewControl Class

BackstageViewControl Members

DevExpress.XtraBars.Ribbon Namespace