A collection of GeoLocationMapGroups groups.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter("Telerik.Reporting.Design.GeoLocationMapGroupCollectionConverter, Telerik.Reporting.Design, Version=20.1.26.615, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class GeoLocationMapGroupCollection : Collection<GeoLocationMapGroup>
Inheritance: objectCollection<GeoLocationMapGroup>GeoLocationMapGroupCollection
Constructors
C#
public GeoLocationMapGroupCollection()
Methods
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: