Skip to main content

WaitForm.TopMost Property

OBSOLETE

Use ShowOnTopMode instead

This property is obsolete. Use the WaitForm.ShowOnTopMode property instead.

Namespace: DevExpress.XtraWaitForm

Assembly: DevExpress.XtraEditors.v23.2.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