Represents a collection of the custom items.
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class GaugeCustomItemCollection : FreezableCollection<DependencyObject>, ITemplatedCollection
Inheritance: objectGaugeCustomItemCollection
Implements:
Constructors
Initializes a new instance of the GaugeCustomItemCollection class.
C#
public GaugeCustomItemCollection()
Properties
ItemTemplate
DataTemplate
Gets or sets collection item template.
C#
public DataTemplate ItemTemplate { get; set; }
Implements:
ItemTemplateSelector
DataTemplateSelector
Gets or sets template selector.
C#
public DataTemplateSelector ItemTemplateSelector { get; set; }
Implements: