ClassGaugeRangeCollection
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:
cs-api-definition
public class GaugeRangeCollection : FreezableCollection<RangeEventSource>, ITemplatedCollection
Inheritance: objectGaugeRangeCollection
Implements:
Constructors
GaugeRangeCollection()
Initializes a new instance of the GaugeRangeCollection class.
Declaration
cs-api-definition
public GaugeRangeCollection()
Properties
ItemTemplate
Gets or sets collection item template.
Declaration
cs-api-definition
public DataTemplate ItemTemplate { get; set; }
Property Value
DataTemplate
Implements
ItemTemplateSelector
Gets or sets template selector.
Declaration
cs-api-definition
public DataTemplateSelector ItemTemplateSelector { get; set; }
Property Value
DataTemplateSelector
Implements