This documentation is archived and is not being maintained.

DataGridDesigner.GetTemplatePropertyParentType Method

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: 

See Also

DataGridDesigner Class | DataGridDesigner Members | System.Web.UI.Design.WebControls Namespace

Show: