ClassRadStepProgressItemOwnerCollection<T>
Class
A generic owner collection which holds StepProgressItems.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Type Parameters:
T
Syntax:
cs-api-definition
public class RadStepProgressItemOwnerCollection<T> : RadItemOwnerGenericCollection<T>, IList, ICollection, IEnumerable where T : StepProgressItem
Inheritance: objectCollectionBaseRadItemCollectionRadItemOwnerCollectionRadItemOwnerGenericCollection<T>RadStepProgressItemOwnerCollection<T>
Implements:
Inherited Members
Constructors
RadStepProgressItemOwnerCollection()
Declaration
cs-api-definition
public RadStepProgressItemOwnerCollection()
RadStepProgressItemOwnerCollection(RadElement)
Declaration
cs-api-definition
public RadStepProgressItemOwnerCollection(RadElement owner)
Parameters
owner