This documentation is archived and is not being maintained.
CheckBoxField Methods
Visual Studio 2010
The CheckBoxField type exposes the following members.
| Name | Description | |
|---|---|---|
|
CloneField | Infrastructure. Creates a duplicate copy of the current DataControlField-derived object. (Inherited from DataControlField.) |
|
CopyProperties | Copies the properties of the current CheckBoxField object to the specified DataControlField object. (Overrides BoundField::CopyProperties(DataControlField).) |
|
CreateField | Creates an empty CheckBoxField object. (Overrides BoundField::CreateField().) |
|
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
|
ExtractValuesFromCell | Fills the specified System.Collections::IDictionary object with the values from the specified DataControlFieldCell object. (Overrides BoundField::ExtractValuesFromCell(IOrderedDictionary, DataControlFieldCell, DataControlRowState, Boolean).) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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 | Retrieves the value used for the field's value when rendering the CheckBoxField object in a designer. (Overrides BoundField::GetDesignTimeValue().) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetValue | Retrieves the value of the field bound to the BoundField object. (Inherited from BoundField.) |
|
Initialize | Initializes the BoundField object. (Inherited from BoundField.) |
|
InitializeCell | Initializes the specified TableCell object to the specified row state. (Inherited from BoundField.) |
|
InitializeDataCell | Initializes the specified DataControlFieldCell object to the specified row state. (Overrides BoundField::InitializeDataCell(DataControlFieldCell, DataControlRowState).) |
|
LoadViewState | Restores the previously stored view-state information for this field. (Inherited from BoundField.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
OnDataBindField | Binds the value of a field to a check box in the CheckBoxField object. (Overrides BoundField::OnDataBindField(Object, EventArgs).) |
|
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.) |
|
ToString | Returns a string that represents this DataControlField object. (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.) |
|
ValidateSupportsCallback | Determines whether the controls contained in a CheckBoxField object support callbacks. (Overrides BoundField::ValidateSupportsCallback().) |
| Name | Description | |
|---|---|---|
|
IStateManager::LoadViewState | Infrastructure. Restores the data control field's previously saved view state. (Inherited from DataControlField.) |
|
IStateManager::SaveViewState | Infrastructure. Saves the changes made to the DataControlField view state since the time the page was posted back to the server. (Inherited from DataControlField.) |
|
IStateManager::TrackViewState | Infrastructure. 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.) |
Show: