RibbonPageCategoryCollection.DefaultCategory Property
In This Article
Gets the RibbonControl’s default page category.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
public RibbonPageCategory DefaultCategory { get; }
#Property Value
Type | Description |
---|---|
Ribbon |
A Ribbon |
#Remarks
This property is synchronized with the RibbonControl.DefaultPageCategory property. See this link for more information.
See Also