ClassMapTitleCollection
Class
Represents a collection of MapTitle objects.
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter("Telerik.Reporting.Design.MapTitleCollectionConverter, Telerik.Reporting.Design, Version=19.3.26.121, Culture=neutral, PublicKeyToken=a9d7983dfcc261be")]
public class MapTitleCollection : Collection<MapTitle>
Inheritance: objectCollection<MapTitle>MapTitleCollection
Constructors
MapTitleCollection()
Declaration
cs-api-definition
public MapTitleCollection()