Skip to main content
All docs
V26.1
  • AIToolsBehavior.Context Property

    Gets the tool context managed by the behavior.

    Namespace: DevExpress.AIIntegration.Wpf

    Assembly: DevExpress.AIIntegration.Wpf.v26.1.dll

    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