New to Telerik ReportingStart a free 30-day trial

Represents a collection of GraphGroups.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter("Telerik.Reporting.Design.GraphGroupCollectionConverter, Telerik.Reporting.Design, Version=20.1.26.615, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class GraphGroupCollection : Collection<GraphGroup>

Inheritance: objectCollection<GraphGroup>GraphGroupCollection

Constructors

C#
public GraphGroupCollection()

Methods

TODO: Add documentation.

C#
public bool Equals(GraphGroupCollection other)
Parameters:otherGraphGroupCollectionReturns:

bool

TODO: Add documentation.

C#
public override bool Equals(object obj)
Parameters:objobjectReturns:

bool

Overrides: object.Equals(object)

TODO: Add documentation.

C#
public override int GetHashCode()
Returns:

int

Overrides: object.GetHashCode()