Skip to main content

RibbonPageCategory.IsDefaultCategory Property

Returns whether or not this RibbonPageCategory is a default category for its parent Ribbon.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DXCategory("Behavior")]
public bool IsDefaultCategory { get; }

Property Value

Type Description
Boolean

true if this RibbonPageCategory is a default category for its parent Ribbon; otherwise, false.

See Also