Represents a collection of ExternalStyleSheet objects.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter("Telerik.Reporting.Design.ExternalStyleSheetCollectionConverter, Telerik.Reporting.Design, Version=20.1.26.615, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class ExternalStyleSheetCollection : Collection<ExternalStyleSheet>
Inheritance: objectCollection<ExternalStyleSheet>ExternalStyleSheetCollection
Constructors
Internal use only
Methods
Internal use only
C#
[Obsolete("Please use the method Add(ExternalStyleSheet item) instead.")]
public void Add(string item)
Internal use only
C#
protected override void ClearItems()
Overrides:
Contains(string)
bool
Internal use only
C#
[Obsolete("Please use the method Contains(ExternalStyleSheet item) instead.")]
public bool Contains(string item)
bool
Internal use only
C#
[Obsolete("Please use the method CopyTo(ExternalStyleSheet[] array, int arrayIndex) instead.")]
public void CopyTo(string[] array, int arrayIndex)
Internal use only
C#
protected override void InsertItem(int index, ExternalStyleSheet ess)
Overrides:
Remove(string)
bool
Internal use only
C#
[Obsolete("Please use the method Remove(ExternalStyleSheet item) instead")]
public bool Remove(string item)
bool
Internal use only
C#
protected override void RemoveItem(int index)
Overrides:
Internal use only
C#
protected override void SetItem(int index, ExternalStyleSheet ess)
Overrides: