Skip to main content
A newer version of this page is available. .

RibbonPageCategoryCollection.DefaultCategory Property

Gets the RibbonControl’s default page category.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public RibbonPageCategory DefaultCategory { get; }

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