Intersoft ClientUI Documentation
DateTimeEditorTemplate Property (IEditorControl)



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