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