Intersoft ClientUI Documentation
EditorTemplate Property (EditorSelectorArgs)



Gets or sets the template which will be applied to the editor.
Syntax
Public Property EditorTemplate As DataTemplate
Dim instance As EditorSelectorArgs
Dim value As DataTemplate
 
instance.EditorTemplate = value
 
value = instance.EditorTemplate
public DataTemplate EditorTemplate {get; set;}
public:
property DataTemplate^ EditorTemplate {
   DataTemplate^ get();
   void set (    DataTemplate^ value);
}
Requirements

Target Platforms: Windows 7, 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

Reference

EditorSelectorArgs Class
EditorSelectorArgs Members

Send Feedback