Skip to main content
All docs
V25.1
  • RibbonControl.OptionsPageCategories Property

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

    Namespace: DevExpress.XtraBars.Ribbon

    Assembly: DevExpress.XtraBars.v25.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