Skip to main content

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

NuGet Packages: DevExpress.Utils, 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