RibbonControl.MinimizationButtonPosition Property
In This Article
Gets or sets the Ribbon Control’s Minimize button position.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.2.dll
NuGet Package: DevExpress.Wpf.Ribbon
#Declaration
public MinimizationButtonPosition MinimizationButtonPosition { get; set; }
#Property Value
Type | Description |
---|---|
Minimization |
A Ribbon |
Available values:
Name | Description |
---|---|
Page |
The Minimize button is located in the Page Header section. |
Page |
The Minimize button is located in the Page Content section. |
See Also