Class RadRibbonBarCommandTabCollection
A collection that stores RibbonTab objects.
Inheritance
System.Object
System.Collections.CollectionBase
RadRibbonBarCommandTabCollection
Inherited Members
System.Collections.CollectionBase.Clear()
System.Collections.CollectionBase.RemoveAt(System.Int32)
System.Collections.CollectionBase.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.CollectionBase.System.Collections.IList.get_Item(System.Int32)
System.Collections.CollectionBase.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.CollectionBase.System.Collections.IList.Contains(System.Object)
System.Collections.CollectionBase.System.Collections.IList.Add(System.Object)
System.Collections.CollectionBase.System.Collections.IList.Remove(System.Object)
System.Collections.CollectionBase.System.Collections.IList.IndexOf(System.Object)
System.Collections.CollectionBase.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.CollectionBase.OnInsert(System.Int32, System.Object)
System.Collections.CollectionBase.InnerList
System.Collections.CollectionBase.List
System.Collections.CollectionBase.Capacity
System.Collections.CollectionBase.Count
System.Collections.CollectionBase.System.Collections.IList.IsReadOnly
System.Collections.CollectionBase.System.Collections.IList.IsFixedSize
System.Collections.CollectionBase.System.Collections.ICollection.IsSynchronized
System.Collections.CollectionBase.System.Collections.ICollection.SyncRoot
System.Collections.CollectionBase.System.Collections.IList.Item[System.Int32]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadRibbonBarCommandTabCollection : RadItemOwnerCollection, IList, ICollection, IEnumerable<RadItem>, IEnumerable
Constructors
RadRibbonBarCommandTabCollection()
Initializes a new instance of the RadRibbonBarCommandTabCollection.
Declaration
public RadRibbonBarCommandTabCollection()
RadRibbonBarCommandTabCollection(RadElement)
Initializes a new instance of the RadRibbonBarCommandTabCollection.
Declaration
public RadRibbonBarCommandTabCollection(RadElement owner)
Parameters
RadElement
owner
Collection owner. |
Properties
ShouldSetParentCollection
Declaration
public bool ShouldSetParentCollection { get; set; }
Property Value
System.Boolean
|
Methods
OnClear()
OnInsertComplete(Int32, Object)
Declaration
protected override void OnInsertComplete(int index, object value)
Parameters
System.Int32
index
|
System.Object
value
|
Overrides
OnRemoveComplete(Int32, Object)
Declaration
protected override void OnRemoveComplete(int index, object value)
Parameters
System.Int32
index
|
System.Object
value
|
Overrides
Events
CollectionChanged
Fires when the collection is changed.
Declaration
public event CollectionChangedHandler CollectionChanged
Event Type
CollectionChangedHandler
|