RibbonPageCategoryCollection.DefaultCategory Property
Gets the RibbonControl’s default page category.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
RibbonPageCategory | A RibbonPageCategory object that represents the default page category. |
Remarks
This property is synchronized with the RibbonControl.DefaultPageCategory property. See this link for more information.
See Also