ClassTocLevelCollection
Class
Represents a collection of TocLevels.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter("Telerik.Reporting.Design.TocLevelCollectionConverter, Telerik.Reporting.Design, Version=19.3.26.121, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class TocLevelCollection : Collection<TocLevel>
Inheritance: objectCollection<TocLevel>TocLevelCollection
Constructors
TocLevelCollection()
Declaration
cs-api-definition
public TocLevelCollection()
Methods
Equals(TocLevelCollection)
TODO: Add documentation.
Declaration
cs-api-definition
public bool Equals(TocLevelCollection other)
Parameters
other
Returns
bool
Equals(object)
TODO: Add documentation.
Declaration
cs-api-definition
public override bool Equals(object obj)
Parameters
obj
object
Returns
bool
Overrides
GetHashCode()
TODO: Add documentation.
Declaration
cs-api-definition
public override int GetHashCode()
Returns
int
Overrides