GraphGroupCollection
Class
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.
Equals(object)
bool
TODO: Add documentation.
C#
public override bool Equals(object obj)
bool
Overrides:
TODO: Add documentation.
C#
public override int GetHashCode()
int
Overrides: