Back to Devexpress

AIToolsBehavior Properties

wpf-devexpress-dot-aiintegration-dot-wpf-dot-aitoolsbehavior-dot-underscore-properties.md

latest3.4 KB
Original Source

AIToolsBehavior Properties

Enables AI tools defined in the specified type for a WPF control.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
ContextGets the tool context managed by the behavior.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
ExtensionsContainerGets or sets a container in which the behavior registers its context.
HasAnimatedPropertiesGets a value that indicates whether one or more AnimationClock objects is associated with any of this object’s dependency properties. Inherited from Animatable.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
TargetDescriptionGets or sets a human-readable explanation for the control (the target) to which the behavior is attached.
ToolTypeGets or sets the type that defines tool methods (annotated with the AIIntegrationTool attribute) to expose to the AI model.

See Also

AIToolsBehavior Class

AIToolsBehavior Members

DevExpress.AIIntegration.Wpf Namespace