ImageEditToEditModeBehavior.GetImageEditToEditModeBehavior(DependencyObject) Method
Gets the ImageEditToEditModeBehavior attached to the specified object.
Namespace: DevExpress.Xpf.Editors
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
public static ImageEditToEditModeBehavior GetImageEditToEditModeBehavior(
DependencyObject element
)
Parameters
Name | Type | Description |
---|---|---|
element | DependencyObject | An associated object. |
Returns
Type | Description |
---|---|
ImageEditToEditModeBehavior | The attached behavior. |
See Also