Back to Devexpress

RibbonControl.IsMinimizationButtonVisible Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-ribboncontrol-96114130.md

latest1.4 KB
Original Source

RibbonControl.IsMinimizationButtonVisible Property

Gets the actual visibility state of the Ribbon Control’s Minimize button.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public bool IsMinimizationButtonVisible { get; protected set; }
vb
Public Property IsMinimizationButtonVisible As Boolean

Property Value

TypeDescription
Boolean

true if the Minimize button is visible; otherwise, false.

|

Remarks

See RibbonControl.MinimizationButtonVisibility to learn more.

See Also

MinimizationButtonVisibility

RibbonControl Class

RibbonControl Members

DevExpress.Xpf.Ribbon Namespace