New to Telerik UI for WPFStart a free 30-day trial

Represents a collection of the custom items.

Definition

Namespace:Telerik.Windows.Controls.Gauge

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class GaugeCustomItemCollection : FreezableCollection<DependencyObject>, ITemplatedCollection

Inheritance: objectGaugeCustomItemCollection

Implements: ITemplatedCollection

Constructors

Initializes a new instance of the GaugeCustomItemCollection class.

C#
public GaugeCustomItemCollection()

Properties

ItemTemplate

DataTemplate

Gets or sets collection item template.

C#
public DataTemplate ItemTemplate { get; set; }

Implements: ITemplatedCollection.ItemTemplate

ItemTemplateSelector

DataTemplateSelector

Gets or sets template selector.

C#
public DataTemplateSelector ItemTemplateSelector { get; set; }

Implements: ITemplatedCollection.ItemTemplateSelector