Skip to main content
A newer version of this page is available. .

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.v21.2.dll

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

Declaration

[Browsable(false)]
[DefaultValue(true)]
public virtual bool CloseBox { get; set; }

Property Value

Type Default Description
Boolean true

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

See Also