WaitForm.TopMost Property
OBSOLETE
Use ShowOnTopMode instead
This property is obsolete. Use the WaitForm.ShowOnTopMode property instead.
Namespace: DevExpress.XtraWaitForm
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use ShowOnTopMode instead")]
public bool TopMost { get; set; }
Property Value
Type |
---|
Boolean |
See Also