BackstageViewControl.CloseButtonVisibility Property
Gets or sets whether the button that closes the control is visible.
Namespace: DevExpress.Xpf.Ribbon
Assembly: DevExpress.Xpf.Ribbon.v24.1.dll
NuGet Package: DevExpress.Wpf.Ribbon
Declaration
Property Value
Type | Description |
---|---|
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.