Version

EditorStyleSelector Property

A callback used for supplying a style for the Infragistics.Windows.Editors.ValueEditor used within a cell
Syntax
'Declaration
 
Public Property EditorStyleSelector As StyleSelector
public StyleSelector EditorStyleSelector {get; set;}
Exceptions
ExceptionDescription
System.ArgumentExceptionAn Argument exception is thrown if the TargetType of the style is not set to a class derived from ValueEditor.
Remarks

The TargetType of the style must me set to a class derived from Infragistics.Windows.Editors.ValueEditor, otherwise an exception will be thrown.

If either the Infragistics.Windows.Editors.ValueEditor.EditTemplate or Template properties are not set on the style then default templates will be supplied based on look.

Refer to the Editors topic in the Developer's Guide for an explanation of editors.

Refer to the Editing Cell Values topic in the Developer's Guide for an explanation of how editing works.

Refer to the Working with xamDataGrid, xamDataCarousel and xamDataPresenter Styling Points topic in the Developer's Guide for an explanation of how to style the control.

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