RepeaterGroupDataBottomLeftCornerTemplates Property |
Gets the collection of templates for content shown in the bottom-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 = "bottomLeftCornerTemplates", EmitDefaultValue = false)]
public IList<TemplateData> BottomLeftCornerTemplates { get; }<DataMemberAttribute(Name := "bottomLeftCornerTemplates", EmitDefaultValue := false)>
Public ReadOnly Property BottomLeftCornerTemplates As IList(Of TemplateData)
Get
public:
[DataMemberAttribute(Name = L"bottomLeftCornerTemplates", EmitDefaultValue = false)]
property IList<TemplateData^>^ BottomLeftCornerTemplates {
IList<TemplateData^>^ get ();
}[<DataMemberAttribute(Name = "bottomLeftCornerTemplates", EmitDefaultValue = false)>]
member BottomLeftCornerTemplates : IList<TemplateData> with get
Property Value
Type:
IListTemplateData
See Also