Skip to main content

Behavior.IsAttached Property

Gets whether the behavior is attached to its associated object.

Namespace: DevExpress.WinUI.Core

Assembly: DevExpress.WinUI.Core.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public bool IsAttached { get; }

#Property Value

Type Description
Boolean

true if the behavior is attached to the associated object; otherwise, false.

See Also