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

Declaration

[DefaultValue(true)]
[Browsable(false)]
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