BoundField Methods
.NET Framework 2.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| ExtractValuesFromCell | Overridden. Fills the specified System.Collections.IDictionary object with the values from the specified TableCell object. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Initialize | Overridden. Initializes the BoundField object. |
| InitializeCell | Overridden. Initializes the specified TableCell object to the specified row state. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| ToString | Returns a string that represents this DataControlField object. (Inherited from DataControlField.) |
| ValidateSupportsCallback | Overridden. Determines whether the controls contained in a BoundField object support callbacks. |
| Name | Description | |
|---|---|---|
| CloneField | Creates a duplicate copy of the current DataControlField-derived object. (Inherited from DataControlField.) |
| CopyProperties | Overridden. Copies the properties of the current BoundField object to the specified DataControlField object. |
| CreateField | Overridden. Creates an empty BoundField object. |
| 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.) |
| FormatDataValue | Formats the specified field value for a cell in the BoundField object. |
| GetDesignTimeValue | Retrieves the value used for a field's value when rendering the BoundField object in a designer. |
| GetValue | Retrieves the value of the field bound to the BoundField object. |
| InitializeDataCell | Initializes the specified TableCell object to the specified row state. |
| LoadViewState | Restores the data source view's previously saved view state. (Inherited from DataControlField.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| OnDataBindField | Binds the value of a field to the BoundField object. |
| OnFieldChanged | Raises the FieldChanged event. (Inherited from DataControlField.) |
| SaveViewState | Saves the changes made to the DataControlField view state since the time the page was posted back to the server. (Inherited from DataControlField.) |
| TrackViewState | Causes the DataControlField object to track changes to its view state so they can be stored in the control's ViewState property and persisted across requests for the same page. (Inherited from DataControlField.) |
Reference
BoundField ClassSystem.Web.UI.WebControls Namespace
GridView
Columns
DetailsView
Fields
ButtonField
CheckBoxField
CommandField
DataControlField
HyperLinkField
TemplateField
ApplyFormatInEditMode
DataField
DataFormatString
InsertVisible
NullDisplayText
ReadOnly
Text
ConvertEmptyStringToNull
Visible
Community Additions
ADD
Show: