Skip to main content

RibbonControl.CanMinimize Property

Gets or sets whether the contents of ribbon tabs are collapsed/expanded on clicking the active tab. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool CanMinimize { get; set; }

Property Value

Type Description
Boolean

true, if ribbon tab contents can be collapsed/expanded on a mouse click; otherwise, false.

Remarks

The following animation demonstrates the tab contents collapse feature:

Ribbon-Minimize

See Also