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.v14.2.dll
#Declaration
[XtraResetProperty(ResetPropertyMode.None)]
[XtraSerializableProperty]
public bool IsDefault { get; protected set; }
#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