RepeaterGroupTopLeftCornerTemplates Property |
Gets the collection of templates for content shown in the top-left corner.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IList<Template> TopLeftCornerTemplates { get; }Public ReadOnly Property TopLeftCornerTemplates As IList(Of Template)
Get
public:
property IList<Template^>^ TopLeftCornerTemplates {
IList<Template^>^ get ();
}member TopLeftCornerTemplates : IList<Template> with get
Property Value
Type:
IListTemplate
See Also