Back to Devexpress

RibbonPageCategory.IsDefaultCategory Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagecategory-70332678.md

latest1.7 KB
Original Source

RibbonPageCategory.IsDefaultCategory Property

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

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DXCategory("Behavior")]
public bool IsDefaultCategory { get; }
vb
<Browsable(False)>
<DXCategory("Behavior")>
Public ReadOnly Property IsDefaultCategory As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

Categories and Contextual Tabs

RibbonPageCategory Class

RibbonPageCategory Members

DevExpress.XtraBars.Ribbon Namespace