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
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:
See Also