ClassShapeMapGroup
Class
Represents a group used in a ShapeMapSeries that allows to set a shape source type for any group instance.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ShapeMapGroup : MapGroupBase, IToggleVisibilityTarget, IActionTarget, IDataFlow
Inheritance: objectGroupBaseMapGroupBaseShapeMapGroup
Implements:
Inherited Members
Constructors
ShapeMapGroup()
Declaration
cs-api-definition
public ShapeMapGroup()
Properties
ChildGroups
A collection of ShapeFileMapGroups that defines the children of a ShapeFileMapGroup group.
Declaration
cs-api-definition
public ShapeMapGroupCollection ChildGroups { get; }
Property Value
Methods
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