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