RepeaterGroupDataTopLeftCornerTemplates Property |
Gets the collection of templates for content shown in the top-left corner.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(Name = "topLeftCornerTemplates", EmitDefaultValue = false)]
public IList<TemplateData> TopLeftCornerTemplates { get; }<DataMemberAttribute(Name := "topLeftCornerTemplates", EmitDefaultValue := false)>
Public ReadOnly Property TopLeftCornerTemplates As IList(Of TemplateData)
Get
public:
[DataMemberAttribute(Name = L"topLeftCornerTemplates", EmitDefaultValue = false)]
property IList<TemplateData^>^ TopLeftCornerTemplates {
IList<TemplateData^>^ get ();
}[<DataMemberAttribute(Name = "topLeftCornerTemplates", EmitDefaultValue = false)>]
member TopLeftCornerTemplates : IList<TemplateData> with get
Property Value
Type:
IListTemplateData
See Also