Skip to main content

RibbonDefaultPageCategory Class

Represents the Ribbon default page category.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v14.2.dll

#Declaration

public class RibbonDefaultPageCategory :
    RibbonPageCategoryBase

#Remarks

The RibbonControl always contains one default page category, represented by the RibbonDefaultPageCategory class. The default category is designed to display the main Ribbon pages. No caption is displayed for the default category.

If you need to implement contextual tab pages, use custom page categories, represented by the RibbonPageCategory class.

For more information, see Ribbon Page Categories and Contextual Pages.

#Examples

This example shows how to create a Default Page Category containing one "Home" page. The "Home" page contains three page groups ("File", "Edit" and "Format"), each displaying specific commands.

The following image shows the result:

RibbonControl_Ex

See Also