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

RibbonPageCategoryBase.IsDefault Property

Gets whether the current category is default. This is a dependency property.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v19.2.dll

Declaration

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