Class CardDataFieldDescriptorCollection
Represents a collection of CardDataFieldDescriptor items.
Inheritance
System.Object
CardDataFieldDescriptorCollection
Inherited Members
Namespace: Telerik.Windows.Controls.Data.CardView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class CardDataFieldDescriptorCollection : ObservableItemCollection<CardDataFieldDescriptor>, ISuspendNotifications, INotifyCollectionStateProvider, IWeakEventListener<PropertyChangedEventArgs>, INotifyItemChanged
Constructors
CardDataFieldDescriptorCollection()
Declaration
public CardDataFieldDescriptorCollection()
Properties
CardView
Gets the RadCardView that uses the data in this collection.
Declaration
public RadCardView CardView { get; }
Property Value
RadCardView
|
Methods
InsertItem(Int32, CardDataFieldDescriptor)
Declaration
protected override void InsertItem(int index, CardDataFieldDescriptor item)
Parameters
System.Int32
index
|
CardDataFieldDescriptor
item
|
Overrides
Telerik.Windows.Data.RadObservableCollection<Telerik.Windows.Controls.CardDataFieldDescriptor>.InsertItem(System.Int32, Telerik.Windows.Controls.CardDataFieldDescriptor)
OnItemChanged(ItemChangedEventArgs<CardDataFieldDescriptor>)
Declaration
protected override void OnItemChanged(ItemChangedEventArgs<CardDataFieldDescriptor> e)
Parameters
ItemChangedEventArgs<CardDataFieldDescriptor>
e
|
Overrides
Telerik.Windows.Data.ObservableItemCollection<Telerik.Windows.Controls.CardDataFieldDescriptor>.OnItemChanged(Telerik.Windows.Data.ItemChangedEventArgs<Telerik.Windows.Controls.CardDataFieldDescriptor>)
SetItem(Int32, CardDataFieldDescriptor)
Declaration
protected override void SetItem(int index, CardDataFieldDescriptor item)
Parameters
System.Int32
index
|
CardDataFieldDescriptor
item
|