Skip to main content

RibbonControl.DefaultPageCategory Property

Provides access to pages associated with the default page category.

Namespace: DevExpress.XtraBars.Ribbon

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