RepeaterGroupBottomLeftCornerTemplates Property |
Gets the collection of templates for content shown in the bottom-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> BottomLeftCornerTemplates { get; }Public ReadOnly Property BottomLeftCornerTemplates As IList(Of Template)
Get
public:
property IList<Template^>^ BottomLeftCornerTemplates {
IList<Template^>^ get ();
}member BottomLeftCornerTemplates : IList<Template> with get
Property Value
Type:
IListTemplate
See Also