This documentation is archived and is not being maintained.
DataGridDesigner.GetTemplatePropertyParentType Method
.NET Framework 1.1
Gets the type of the parent with the template property.
[Visual Basic] Overrides Public Function GetTemplatePropertyParentType( _ ByVal templateName As String _ ) As Type [C#] public override Type GetTemplatePropertyParentType( string templateName ); [C++] public: Type* GetTemplatePropertyParentType( String* templateName ); [JScript] public override function GetTemplatePropertyParentType( templateName : String ) : Type;
Parameters
- templateName
- The name of the template to return the type of the parent for.
Return Value
The type of the object that has the template property.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
DataGridDesigner Class | DataGridDesigner Members | System.Web.UI.Design.WebControls Namespace
Show: