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

ShowingDockHintsEventArgs.GetIsEnabled(DockHint) Method

Gets whether the DockHint item is enabled.

Namespace: DevExpress.Xpf.Docking.Base

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

NuGet Package: DevExpress.Wpf.Docking

Declaration

public bool GetIsEnabled(
    DockHint hint
)

Parameters

Name Type Description
hint DockHint

The item from which the property value is obtained.

Returns

Type Description
Boolean

true, if the item is enabled; otherwise false.

See Also