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

RibbonPageCategory.IsDefaultCategory Property

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

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