Class
RadRibbonBarCommandTabCollection

A collection that stores RibbonTab objects.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadRibbonBarCommandTabCollection : RadItemOwnerCollection, IList, ICollection, IEnumerable

Inheritance: objectCollectionBaseRadItemCollectionRadItemOwnerCollectionRadRibbonBarCommandTabCollection

Implements: ICollectionIEnumerableIList

Inherited Members RadItemOwnerCollection.OnItemsChanged(RadItem, ItemsChangeOperation)RadItemOwnerCollection.OnSetComplete(int, object, object)RadItemOwnerCollection.OnSortComplete()RadItemOwnerCollection.OwnerRadItemCollection.OnValidate(object)RadItemCollection.SuspendNotifications()RadItemCollection.ResumeNotifications()RadItemCollection.GetEnumerator()RadItemCollection.OnRemove(int, object)RadItemCollection.OnSet(int, object, object)RadItemCollection.OnClearComplete()RadItemCollection.OnSort()RadItemCollection.Add(RadItem)RadItemCollection.AddRange(params RadItem[])RadItemCollection.AddRange(RadItemCollection)RadItemCollection.Insert(int, RadItem)RadItemCollection.Remove(RadItem)RadItemCollection.Sort()RadItemCollection.Sort(IComparer)RadItemCollection.Sort(int, int, IComparer)RadItemCollection.Contains(RadItem)RadItemCollection.IndexOf(RadItem)RadItemCollection.CopyTo(RadItem[], int)RadItemCollection.ToArray()RadItemCollection.ItemTypesRadItemCollection.ExcludedTypesRadItemCollection.SealedTypesRadItemCollection.DefaultTypeRadItemCollection.this[int]RadItemCollection.FirstRadItemCollection.LastRadItemCollection.this[string]RadItemCollection.ItemsChangedCollectionBase.Clear()CollectionBase.RemoveAt(int)CollectionBase.OnInsert(int, object)CollectionBase.InnerListCollectionBase.ListCollectionBase.CapacityCollectionBase.Count

Constructors

RadRibbonBarCommandTabCollection()

Initializes a new instance of the RadRibbonBarCommandTabCollection.

Declaration

cs-api-definition
public RadRibbonBarCommandTabCollection()

RadRibbonBarCommandTabCollection(RadElement)

Initializes a new instance of the RadRibbonBarCommandTabCollection.

Declaration

cs-api-definition
public RadRibbonBarCommandTabCollection(RadElement owner)

Parameters

owner

RadElement

Collection owner.

Properties

ShouldSetParentCollection

Declaration

cs-api-definition
public bool ShouldSetParentCollection { get; set; }

Property Value

bool

Methods

OnClear()

Declaration

cs-api-definition
protected override void OnClear()

Overrides RadItemOwnerCollection.OnClear()

OnInsertComplete(int, object)

Declaration

cs-api-definition
protected override void OnInsertComplete(int index, object value)

Parameters

index

int

value

object

Overrides RadItemOwnerCollection.OnInsertComplete(int, object)

OnRemoveComplete(int, object)

Declaration

cs-api-definition
protected override void OnRemoveComplete(int index, object value)

Parameters

index

int

value

object

Overrides RadItemOwnerCollection.OnRemoveComplete(int, object)

Events

CollectionChanged

Fires when the collection is changed.

Declaration

cs-api-definition
public event CollectionChangedHandler CollectionChanged

Event Value

CollectionChangedHandler