Skip to main content
Bar

RibbonProperties(BarAndDockingController) Constructor

Initializes a new instance of the RibbonProperties class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RibbonProperties(
    BarAndDockingController controller
)

Parameters

Name Type Description
controller BarAndDockingController

A BarAndDockingController object that will receive notifications when properties of the created RibbonProperties object are changed.

See Also