Intersoft ClientUI Documentation
TargetType Property



Gets or sets the editor definition target type.
Syntax
<TypeConverterAttribute("Intersoft.Client.UI.Editors.SystemTypeConverter, Intersoft.Client.UI.Editors, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")>
Public Property TargetType As Type
Dim instance As EditorDefinition
Dim value As Type
 
instance.TargetType = value
 
value = instance.TargetType
[TypeConverterAttribute("Intersoft.Client.UI.Editors.SystemTypeConverter, Intersoft.Client.UI.Editors, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public Type TargetType {get; set;}
[TypeConverterAttribute("Intersoft.Client.UI.Editors.SystemTypeConverter, Intersoft.Client.UI.Editors, Version=3.0.5000.1, Culture=neutral, PublicKeyToken=c3d9b11444163e76")]
public:
property Type^ TargetType {
   Type^ get();
   void set (    Type^ 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

EditorDefinition Class
EditorDefinition Members

Send Feedback