Back to Devexpress

RibbonPageCategoryCollection.DefaultCategory Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribbonpagecategorycollection-17cf570f.md

latest1.9 KB
Original Source

RibbonPageCategoryCollection.DefaultCategory Property

Gets the RibbonControl’s default page category.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public RibbonPageCategory DefaultCategory { get; }
vb
<Browsable(False)>
Public ReadOnly Property DefaultCategory As RibbonPageCategory

Property Value

TypeDescription
RibbonPageCategory

A RibbonPageCategory object that represents the default page category.

|

Remarks

This property is synchronized with the RibbonControl.DefaultPageCategory property. See this link for more information.

See Also

DefaultPageCategory

Categories and Contextual Tabs

RibbonPageCategoryCollection Class

RibbonPageCategoryCollection Members

DevExpress.XtraBars.Ribbon Namespace