RibbonControl.OptionsPageCategories Property
In This Article
Provides access to category settings. Categories are stored in the RibbonControl.Categories collection.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public RibbonPageCategoryOptions OptionsPageCategories { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
Stores settings applied to all categories owned by this Ribbon. |
See Also