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
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