RibbonPageCategoryBase Class
In This Article
Represents the base class for Ribbon categories.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v14.2.dll
#Declaration
public class RibbonPageCategoryBase :
FrameworkContentElement,
ICloneable,
IRibbonCustomizationSupport,
IBarsSerializableOwner,
IBarsSerializable,
IMultipleElementRegistratorSupport,
IBarNameScopeSupport,
IInputElement
#Returned By
The RibbonPage.PageCategory property returns an instance of RibbonPageCategoryBase.
#Remarks
This is the base class for default and custom ribbon page categories. See RibbonDefaultPageCategory to learn more.
#Inheritance
See Also