Skip to main content

RibbonPageCategoryOptions(RibbonControl) Constructor

Initializes a new instance of the RibbonPageCategoryOptions class with specified settings.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RibbonPageCategoryOptions(
    RibbonControl ribbon
)

Parameters

Name Type Description
ribbon RibbonControl

A Ribbon that owns this object.

See Also