This documentation is archived and is not being maintained.
ButtonColumn Methods
.NET Framework 1.1
The methods of the ButtonColumn class are listed here. For a complete list of ButtonColumn class members, see the ButtonColumn Members topic.
Public Methods
Equals (inherited from Object) | Overloaded. Determines whether two Object instances are equal. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
Initialize | Overridden. Resets the ButtonColumn to its initial state. |
InitializeCell | Overridden. Resets a cell in the ButtonColumn to its initial state. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Protected Methods
Finalize (inherited from Object) | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
FormatDataTextValue | Converts the specified value to the format indicated by the DataTextFormatString property. |
LoadViewState (inherited from DataGridColumn) | Loads the state of the DataGridColumn. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
SaveViewState (inherited from DataGridColumn) | Saves the current state of the DataGridColumn. |
TrackViewState (inherited from DataGridColumn) | 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. |
See Also
Show:
