Skip to main content

AdornerUIManager.Show() Method

Forces the AdornerUIManager to display all its child AdornerElements whose visibility is currently set to true.

Namespace: DevExpress.Utils.VisualEffects

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void Show()

Remarks

When you call the AdornerUIManager.Hide method, all AdornerElements are hidden from user sight, but their AdornerElement.Visible properties remain untouched. However, these properties can be modified for some elements while they are hidden. When you call the Show method, only elements whose AdornerElement.Visible property equals true are shown.

See Also