Skip to main content
A newer version of this page is available. .

WaitForm.TopMost Property

OBSOLETE

Use ShowOnTopMode instead

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

Namespace: DevExpress.XtraWaitForm

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Obsolete("Use ShowOnTopMode instead")]
[Browsable(false)]
public bool TopMost { get; set; }

Property Value

Type
Boolean
See Also