Class
GaugeCustomItemCollection

Represents a collection of the custom items.

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public class GaugeCustomItemCollection : FreezableCollection<DependencyObject>, ITemplatedCollection

Inheritance: objectGaugeCustomItemCollection

Implements: ITemplatedCollection

Constructors

GaugeCustomItemCollection()

Initializes a new instance of the GaugeCustomItemCollection class.

Declaration

cs-api-definition
public GaugeCustomItemCollection()

Properties

ItemTemplate

Gets or sets collection item template.

Declaration

cs-api-definition
public DataTemplate ItemTemplate { get; set; }

Property Value

DataTemplate

Implements ITemplatedCollection.ItemTemplate

ItemTemplateSelector

Gets or sets template selector.

Declaration

cs-api-definition
public DataTemplateSelector ItemTemplateSelector { get; set; }

Property Value

DataTemplateSelector

Implements ITemplatedCollection.ItemTemplateSelector