This documentation is archived and is not being maintained.
HyperLinkColumn Methods
.NET Framework 1.1
The methods of the HyperLinkColumn class are listed here. For a complete list of HyperLinkColumn class members, see the HyperLinkColumn 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. See DataGridColumn.Initialize. |
InitializeCell | Overridden. See DataGridColumn.InitializeCell. |
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. |
FormatDataNavigateUrlValue | Formats a data-bound URL using the format specified by the DataNavigateUrlFormatString property. |
FormatDataTextValue | Formats a data-bound text caption using the format specified 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:
