Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RibbonControl.DefaultPageCategory Property

Provides access to pages associated with the default page category.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Appearance")]
public RibbonPageCategory DefaultPageCategory { get; }

#Property Value

Type Description
RibbonPageCategory

A RibbonPageCategory object that provides access to pages which are associated with the default page category.

#Remarks

The DefaultPageCategory property returns the object that represents the RibbonControl’s default page category. Pages that are associated with this category are considered to be the main pages or a Ribbon application. To get the collection of these pages, use the RibbonPageCategory.Pages or the RibbonControl.Pages property.

The collection of custom page categories can be accessed via the RibbonControl.PageCategories property.

See Categories and Contextual Tabs to learn more.

See Also