The following tables list the members exposed by CheckItems.
Name | Description | |
---|---|---|
IsTrackingViewState | This member supports the Infragistics control infrastructure, and is not intended for use by applications. |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Item | Returns the button located at the specified index. | |
Parent | Gives a reference of the TBButtonGroup to which these check items belong. |
Name | Description | |
---|---|---|
InnerList | Gets an System.Collections.ArrayList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
List | Gets an System.Collections.IList containing the list of elements in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
Add | Overloaded. Adds a button to this collection. | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
FromKeyButton | Retrieves a button from the current button group based on that button's Key value. | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
Index | The index of the button in it's owning button group. | |
Insert | Inserts a button into this group before the specified index. | |
Remove | Removes a button from this button group. | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
OnClear | Overridden. Called by the Framework following the clearance of all group buttons. | |
OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnInsert | Overridden. Called by the Framework before the addition or insertion of a group button. | |
OnInsertComplete | Overridden. Called by the Framework following the addition or insertion of a group button. | |
OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | Overridden. Called by the Framework following the removal of a group button. | |
OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnValidate | Performs additional custom processes when validating a value. (Inherited from System.Collections.CollectionBase) |