Version

ImageEditor Class

An editor control that is used internally by the XamDataGrid.
Syntax
'Declaration
 
Public Class ImageEditor 
   Inherits ValueEditor
public class ImageEditor : ValueEditor 
Remarks

The ImageEditor inherits from ValueEditor and is intended to be used internally by the XamDataGrid to display content for ImageColumns.

The ValueEditor.Value property of ImageEditor can be set to an ImageSource, Uri or a string that represents a properly formatted Uri.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also