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.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | true if the form’s Close button (x) is visible; otherwise, false. |
See Also