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