CheckBoxField Methods
.NET Framework 3.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 DataControlFieldCell 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 | Initializes the BoundField object. (inherited from BoundField) |
| InitializeCell | Initializes the specified TableCell object to the specified row state. (inherited from BoundField) |
| 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 CheckBoxField 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 CheckBoxField object to the specified DataControlField object. |
| CreateField | Overridden. Creates an empty CheckBoxField 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. (inherited from BoundField) |
| GetDesignTimeValue | Overridden. Retrieves the value used for the field's value when rendering the CheckBoxField object in a designer. |
| GetValue | Retrieves the value of the field bound to the BoundField object. (inherited from BoundField) |
| InitializeDataCell | Overridden. Initializes the specified DataControlFieldCell 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 | Overridden. Binds the value of a field to a check box in the CheckBoxField 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) |
Community Additions
ADD
Show: