This documentation is archived and is not being maintained.
DataGridDesigner.GetTemplateContainerDataItemProperty Method
.NET Framework 1.1
Gets the data item property of the template's container.
[Visual Basic] Overrides Public Function GetTemplateContainerDataItemProperty( _ ByVal templateName As String _ ) As String [C#] public override string GetTemplateContainerDataItemProperty( string templateName ); [C++] public: String* GetTemplateContainerDataItemProperty( String* templateName ); [JScript] public override function GetTemplateContainerDataItemProperty( templateName : String ) : String;
Parameters
- templateName
- The name of the template.
Return Value
The data item property of the template's container.
Example
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: