[]
The collection of navigation bar panels.
[ListBindable(false)]
public class C1NavBarPanel.PanelCollection : PagedControlsCollectionBase, IList, ICollection, IEnumerable
Name | Description |
---|---|
this[int] | Gets or sets the element at the specified index. |
this[string] | Gets a C1NavBarPanel with the specified key from the collection. |
Name | Description |
---|---|
BeginUpdate() | This [method|property|class] is for internal use only. |
EndUpdate() | This [method|property|class] is for internal use only. |
FindID(int) | Looks for the panel in the collection with the specified value of the ID property. |
IndexOfID(int) | Determines the index of the item in the collection with the specified value of the ID property. |
IndexOfKey(string) | Returns the index of the first occurrence of the C1NavBarPanel with the specified key. |
OnPageAdded(Control) | This method is for internal use only. |
OnPageRemoved(Control, int) | This method is for internal use only. |
check_page(object) | This method is for internal use only. |