Class
TocLevelCollection

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

TocLevelCollection

Returns

bool

Equals(object)

TODO: Add documentation.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

Returns

bool

Overrides object.Equals(object)

GetHashCode()

TODO: Add documentation.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

Overrides object.GetHashCode()