Skip to main content
A newer version of this page is available. .

ConvertEditValueEventArgs.ImageSource Property

Gets the image displayed by the image editor.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v21.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public ImageSource ImageSource { get; }

Property Value

Type Description
ImageSource

An ImageSource object that is the image displayed by the image editor.

See Also