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

RibbonPageCategory.CategoryInfo Property

Gets an object containing view information on the RibbonPageCategory object.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
[SkipRuntimeSerialization]
public virtual RibbonPageCategoryViewInfo CategoryInfo { get; }

Property Value

Type Description
DevExpress.XtraBars.Ribbon.ViewInfo.RibbonPageCategoryViewInfo

A DevExpress.XtraBars.Ribbon.ViewInfo.RibbonPageCategoryViewInfo object.

Remarks

This member supports the internal infrastructure. Generally there is no need to use it directly from your code.

See Also