GaugeRangeCollection
Class
Represents a collection of the IRangeEventSource objects. Can contain GaugeRange or GaugeRangeGroup.
Definition
Namespace:Telerik.Windows.Controls.Gauge
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public class GaugeRangeCollection : FreezableCollection<RangeEventSource>, ITemplatedCollection
Inheritance: objectGaugeRangeCollection
Implements:
Constructors
Initializes a new instance of the GaugeRangeCollection class.
C#
public GaugeRangeCollection()
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: