RibbonPageCategoryBase.IsDefault Property
In This Article
Gets whether the current category is default. This is a dependency property.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the current category is default; otherwise, false. |
#Remarks
The IsDefault property of the RibbonDefaultPageCategory class returns true. For RibbonPageCategory objects, the IsDefault property returns false.
See Also