DataGridColumn 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. |
| InitializeCell | Provides the base implementation to reset the specified cell from a column derived from the DataGridColumn class to its initial state. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Overridden. Returns the string representation of the column. |
| 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. |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnColumnChanged | Calls the DataGridDesigner.OnColumnsChanged method. |
| SaveViewState | Saves the current state of the DataGridColumn object. |
| 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. |
| Name | Description | |
|---|---|---|
| System.Web.UI.IStateManager.LoadViewState | Loads previously saved state. |
| System.Web.UI.IStateManager.SaveViewState | Returns an object containing state changes. |
| System.Web.UI.IStateManager.TrackViewState | Starts tracking state changes. |
Community Additions
ADD
Show: