Intersoft ClientUI Documentation
ItemsEditorTemplate Property (IEditorControl)



Gets or sets the template which will be applied to items editor.
Syntax
Property ItemsEditorTemplate As DataTemplate
Dim instance As IEditorControl
Dim value As DataTemplate
 
instance.ItemsEditorTemplate = value
 
value = instance.ItemsEditorTemplate
DataTemplate ItemsEditorTemplate {get; set;}
property DataTemplate^ ItemsEditorTemplate {
   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

IEditorControl Interface
IEditorControl Members

Send Feedback