Skip to main content

AdornerUIManager.Hide() Method

Hides all AdornerElements owned by this AdornerUIManager.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void Hide()

Remarks

To show adorner elements once again, call the AdornerUIManager.Show method. Note that this method displays only those elements whose AdornerElement.Visible properties are currently set to true, not just the same elements that were hidden before.

The Hide method does not affect the AdornerElement.Visible property value.

See Also