ClassMapGroupCollection
Class
Represents a collection of MapGroups.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter("Telerik.Reporting.Design.MapGroupCollectionConverter, Telerik.Reporting.Design, Version=20.0.26.211, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class MapGroupCollection : Collection<MapGroup>
Inheritance: objectCollection<MapGroup>MapGroupCollection
Constructors
MapGroupCollection()
Declaration
cs-api-definition
public MapGroupCollection()
Methods
Equals(MapGroupCollection)
TODO: Add documentation.
Declaration
cs-api-definition
public bool Equals(MapGroupCollection 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