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

RibbonHitInfo.PageCategory Property

Gets or sets the Ribbon page category which is located at the test point.

Namespace: DevExpress.XtraBars.Ribbon.ViewInfo

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public RibbonPageCategory PageCategory { get; set; }

Property Value

Type Description
RibbonPageCategory

A RibbonPageCategory object that refers to the Ribbon page category at the test point.

See Also