Class GaugeCustomItemCollection
Represents a collection of the custom items.
Inheritance
System.Object
GaugeCustomItemCollection
Namespace: Telerik.Windows.Controls.Gauge
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class GaugeCustomItemCollection : DependencyObjectCollection<DependencyObject>, ITemplatedCollection
Constructors
GaugeCustomItemCollection()
Initializes a new instance of the GaugeCustomItemCollection class.
Declaration
public GaugeCustomItemCollection()
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
|