RibbonPageCategory.CategoryInfo Property
In This Article
Gets an object containing view information on the RibbonPageCategory object.
Namespace: DevExpress.XtraBars.Ribbon
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[SkipRuntimeSerialization]
public virtual RibbonPageCategoryViewInfo CategoryInfo { get; }
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
This member supports the internal infrastructure. Generally there is no need to use it directly from your code.
See Also