TemplateColumn Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| Initialize | Provides the base implementation to reset a column derived from the DataGridColumn class to its initial state. (inherited from DataGridColumn) |
| InitializeCell | Overridden. Calls a TableCell object's base class to initialize the instance and then applies a ListItemType to the cell. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns the string representation of the column. (inherited from DataGridColumn) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| LoadViewState | Loads the state of the DataGridColumn object. (inherited from DataGridColumn) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnColumnChanged | Calls the DataGridDesigner.OnColumnsChanged method. (inherited from DataGridColumn) |
| SaveViewState | Saves the current state of the DataGridColumn object. (inherited from DataGridColumn) |
| TrackViewState | Causes tracking of view-state changes to the server control so they can be stored in the server control's System.Web.UI.StateBag object. (inherited from DataGridColumn) |
Community Additions
ADD
Show: