Skip to main content

ShowingDockHintsEventArgs.GetIsVisible(DockGuide) Method

Gets whether the DockGuide item is visible.

Namespace: DevExpress.Xpf.Docking.Base

Assembly: DevExpress.Xpf.Docking.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool GetIsVisible(
    DockGuide hint
)

Parameters

Name Type Description
hint DockGuide

The item from which the property value is obtained.

Returns

Type Description
Boolean

true, if the item is visible; otherwise false.

See Also