Interface ITemplatedCollection
Represents collection which has data template for items.
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public interface ITemplatedCollection
Properties
ItemTemplate
Gets or sets collection item template.
Declaration
DataTemplate ItemTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
ItemTemplateSelector
Gets or sets template selector.
Declaration
DataTemplateSelector ItemTemplateSelector { get; set; }
Property Value
DataTemplateSelector
|