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

RibbonProperties(BarAndDockingController) Constructor

Initializes a new instance of the RibbonProperties class.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

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