Back to Devexpress

BackstageViewControl.CloseButtonVisibility Property

wpf-devexpress-dot-xpf-dot-ribbon-dot-backstageviewcontrol-d6dbee9b.md

latest1.8 KB
Original Source

BackstageViewControl.CloseButtonVisibility Property

Gets or sets whether the button that closes the control is visible.

Namespace : DevExpress.Xpf.Ribbon

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

NuGet Package : DevExpress.Wpf.Ribbon

Declaration

csharp
public Visibility CloseButtonVisibility { get; set; }
vb
Public Property CloseButtonVisibility As Visibility

Property Value

TypeDescription
Visibility

A Visibility enumeration value, such as Visible , Hidden or Collapsed , that specifies whether the button that closes the control is visible. The default is Visible.

|

Remarks

The CloseButtonVisibility property specifies the visibility of the button that closes the BackstageViewControl. This property can be set to the following values:

  • Visible —Display the button.

  • Hidden —Do not display the button, but reserve space for the button in the layout.

  • Collapsed —Do not display the button, and do not reserve space for it in the layout.

See Also

BackstageViewControl Class

BackstageViewControl Members

DevExpress.Xpf.Ribbon Namespace