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

RibbonCustomizationFormOptions(RibbonControl) Constructor

Initializes a new RibbonCustomizationFormOptions class instance.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public RibbonCustomizationFormOptions(
    RibbonControl ribbon
)

Parameters

Name Type Description
ribbon RibbonControl

A RibbonControl object that specifies the ribbon.

See Also