ClassRadRibbonBarCommandTabCollection
Class
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:
Inherited Members
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
Collection owner.
Properties
ShouldSetParentCollection
Declaration
cs-api-definition
public bool ShouldSetParentCollection { get; set; }
Property Value
Methods
OnClear()
Declaration
cs-api-definition
protected override void OnClear()
Overrides
Events
CollectionChanged
Fires when the collection is changed.
Declaration
cs-api-definition
public event CollectionChangedHandler CollectionChanged
Event Value