Skip to main content
All docs
V25.2
  • AIToolsBehavior.Context Property

    Gets the tool context managed by the behavior.

    Namespace: DevExpress.AIIntegration.Wpf

    Assembly: DevExpress.AIIntegration.Wpf.v25.2.dll

    NuGet Package: DevExpress.AIIntegration.Wpf

    Declaration

    public AIToolsContext Context { get; }

    Property Value

    Type Description
    DevExpress.AIIntegration.Tools.AIToolsContext

    The tool context.

    Remarks

    Use the Context property to access the tool context in a derived class or custom behavior implementation.

    See Also