Back to Devexpress

XtraForm.CloseBox Property

windowsforms-devexpress-dot-xtraeditors-dot-xtraform-5f0dec26.md

latest1.4 KB
Original Source

XtraForm.CloseBox Property

Gets or sets whether the form’s Close button (x) is visible. This property is in effect when the Form Title Bar Skinning feature is enabled.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
public virtual bool CloseBox { get; set; }
vb
<DefaultValue(True)>
<Browsable(False)>
Public Overridable Property CloseBox As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the form’s Close button (x) is visible; otherwise, false.

|

See Also

WinForms Skins and Color Palettes

XtraForm Class

XtraForm Members

DevExpress.XtraEditors Namespace