A collection that stores RibbonTab objects.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadRibbonBarCommandTabCollection : RadItemOwnerCollection, IList, ICollection, IEnumerable
Inheritance: objectCollectionBaseRadItemCollectionRadItemOwnerCollectionRadRibbonBarCommandTabCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadRibbonBarCommandTabCollection.
C#
public RadRibbonBarCommandTabCollection()
Initializes a new instance of the RadRibbonBarCommandTabCollection.
C#
public RadRibbonBarCommandTabCollection(RadElement owner)
Collection owner.
Properties
C#
public bool ShouldSetParentCollection { get; set; }
Methods
C#
protected override void OnClear()
Overrides:
Events
Fires when the collection is changed.
C#
public event CollectionChangedHandler CollectionChanged