System.Web 1.0.5000.0 2.0.0.0 Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details. System.Web.UI.WebControls.DataGridColumn Use the column type in a control to create a column with a customized control layout. You can provide a custom appearance for the heading section, the footer section, and the items section of the column by using the , , and properties, respectively. You can also control how an item being edited is displayed in the object by setting the property. Represents a column type for the control that allows you to customize the layout of controls in the column. Constructor Use this constructor to create and initialize a new instance of the class. Initializes a new instance of the class. 1.0.5000.0 2.0.0.0 Property System.Web.UI.ITemplate a Use the property to control the appearance of the item selected for editing in the object. The appearance is specified by creating a template that defines how the item is rendered in the column. To specify a template for the item selected for editing, first place opening and closing <EditItemTemplate> tags between the opening and closing tags of the <TemplateColumn> element. You can then list the content that controls the appearance of the item between the opening and closing <EditItemTemplate> tags. The content can be as simple as plain text, or it can be made more complex by embedding other controls in the template. Gets or sets the template for displaying the item selected for editing in a object. 1.0.5000.0 2.0.0.0 System.Web.UI.TemplateContainer(typeof(System.Web.UI.WebControls.DataGridItem)) System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty) System.ComponentModel.DefaultValue(null) System.ComponentModel.Browsable(false) Property System.Web.UI.ITemplate a Use the property to control the appearance of the footer section in the object. The appearance is specified by creating a template that defines how the item is rendered in the column. To specify a template for the item selected for editing, first place opening and closing <FooterTemplate> tags between the opening and closing tags of the <TemplateColumn> element. You can then list the content that controls the appearance of the item between the opening and closing <FooterTemplate> tags. The content can be as simple as plain text, or it can be made more complex by embedding other controls in the template. Gets or sets the template for displaying the footer section of the object. 1.0.5000.0 2.0.0.0 System.Web.UI.TemplateContainer(typeof(System.Web.UI.WebControls.DataGridItem)) System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty) System.ComponentModel.DefaultValue(null) System.ComponentModel.Browsable(false) Property System.Web.UI.ITemplate a Use the property to control the appearance of the heading section in the object. The appearance is specified by creating a template that defines how the item is rendered in the column. To specify a template for the item selected for editing, first place opening and closing <HeaderTemplate> tags between the opening and closing tags of the <TemplateColumn> element. You can then list the content that controls the appearance of the item between the opening and closing <HeaderTemplate> tags. The content can be as simple as plain text, or can be made more complex by embedding other controls in the template. Gets or sets the template for displaying the heading section of the object. 1.0.5000.0 2.0.0.0 System.Web.UI.TemplateContainer(typeof(System.Web.UI.WebControls.DataGridItem)) System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty) System.ComponentModel.DefaultValue(null) System.ComponentModel.Browsable(false) Method System.Void To be added Calls a object's base class to initialize the instance and then applies a to the cell. A object that represents the cell to reset. The column number where the cell is located. One of the values. 1.0.5000.0 2.0.0.0 Property System.Web.UI.ITemplate a Use the property to control the appearance of a data item in the object. The appearance is specified by creating a template that defines how the item is rendered in the column. To specify a template for the item selected for editing, first place opening and closing <ItemTemplate> tags between the opening and closing tags of the <TemplateColumn> element. You can then list the content that controls the appearance of the item between the opening and closing <ItemTemplate> tags. The content can be as simple as plain text, or can be made more complex by embedding other controls in the template. Gets or sets the template for displaying a data item in a object. 1.0.5000.0 2.0.0.0 System.Web.UI.TemplateContainer(typeof(System.Web.UI.WebControls.DataGridItem)) System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty) System.ComponentModel.DefaultValue(null) System.ComponentModel.Browsable(false)