Class GaugeRangeCollection
Represents a collection of the IRangeEventSource objects. Can contain GaugeRange or GaugeRangeGroup.
Inheritance
System.Object
GaugeRangeCollection
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class GaugeRangeCollection : DependencyObjectCollection<RangeEventSource>, ITemplatedCollection
Constructors
GaugeRangeCollection()
Initializes a new instance of the GaugeRangeCollection class.
Declaration
public GaugeRangeCollection()
Properties
ItemTemplate
Gets or sets collection item template.
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
System.Windows.DataTemplate
|
Implements
ItemTemplateSelector
Gets or sets template selector.
Declaration
public DataTemplateSelector ItemTemplateSelector { get; set; }
Property Value
DataTemplateSelector
|