Intersoft WebGrid Documentation
WebGridCellTemplateContainer Class
Members  See Also  Send Feedback
ISNet.WebUI.WebGrid Namespace : WebGridCellTemplateContainer Class






Represents template container that can be used to add template controls to the WebGridCell.

Object Model

WebGridCellTemplateContainer Class

Syntax

Visual Basic (Declaration) 
<ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")>
Public Class WebGridCellTemplateContainer 
   Inherits System.Web.UI.WebControls.Panel
Visual Basic (Usage)Copy Code
Dim instance As WebGridCellTemplateContainer
C# 
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
public class WebGridCellTemplateContainer : System.Web.UI.WebControls.Panel 
Delphi 
public class WebGridCellTemplateContainer = class(System.Web.UI.WebControls.Panel)
JScript 
ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")
public class WebGridCellTemplateContainer extends System.Web.UI.WebControls.Panel
Managed Extensions for C++ 
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
public __gc class WebGridCellTemplateContainer : public System.Web.UI.WebControls.Panel 
C++/CLI 
[ToolboxItemAttribute(ToolboxItemType=, ToolboxItemTypeName="")]
public ref class WebGridCellTemplateContainer : public System.Web.UI.WebControls.Panel 

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.Panel
            ISNet.WebUI.WebGrid.WebGridCellTemplateContainer

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

©2012 Intersoft Solutions Corp. All Rights Reserved.