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

RibbonControl.OptionsPageCategories Property

Provides access to category settings. Categories are stored in the RibbonControl.Categories collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public RibbonPageCategoryOptions OptionsPageCategories { get; }

Property Value

Type Description
RibbonPageCategoryOptions

Stores settings applied to all categories owned by this Ribbon.

See Also