Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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