Class FastItemsControl<TItem, TPanel>
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.DataVisualization
Assembly: Telerik.WinUI.Controls.dll
Syntax
public abstract class FastItemsControl<TItem, TPanel> : FastItemsControlBase where TItem : FrameworkElement, new()
where TPanel : Panel, new()
Type Parameters
TItem
|
TPanel
|
Constructors
FastItemsControl()
Declaration
protected FastItemsControl()
Fields
ItemsSourceProperty
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
Microsoft.
|
ItemStyleProperty
Declaration
public static readonly DependencyProperty ItemStyleProperty
Field Value
Microsoft.
|
Properties
Children
Declaration
protected UIElementCollection Children { get; }
Property Value
Microsoft.
|
HostPanel
Declaration
protected TPanel HostPanel { get; }
Property Value
TPanel
|
ItemsSource
Declaration
public object ItemsSource { get; set; }
Property Value
System.
|
ItemStyle
Declaration
public Style ItemStyle { get; set; }
Property Value
Microsoft.
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
Overrides
OnItemAdded(TItem, Object)
Declaration
protected virtual void OnItemAdded(TItem visualItem, object dataItem)
Parameters
TItem
visualItem
|
System.
|
OnItemRemoved(TItem, Object)
Declaration
protected virtual void OnItemRemoved(TItem visualItem, object dataItem)
Parameters
TItem
visualItem
|
System.
|
OnItemsChanged()
Declaration
protected virtual void OnItemsChanged()