Skip to main content

RibbonControl() Constructor

Initializes a new instance of the RibbonControl class.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RibbonControl()

Remarks

Use this constructor to create a new Ribbon Control at runtime. The control’s Parent property should be initialized to make the control available on a form.

See Also