Back to Devexpress

XtraForm.SuppressDeactivation Property

windowsforms-devexpress-dot-xtraeditors-dot-xtraform-7a9f702d.md

latest1.2 KB
Original Source

XtraForm.SuppressDeactivation Property

This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static bool SuppressDeactivation { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Shared Property SuppressDeactivation As Boolean

Property Value

Type
Boolean

See Also

XtraForm Class

XtraForm Members

DevExpress.XtraEditors Namespace