ClassCardDataFieldDescriptorCollection
Class
Represents a collection of CardDataFieldDescriptor items.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class CardDataFieldDescriptorCollection : ObservableItemCollection<CardDataFieldDescriptor>, IList<CardDataFieldDescriptor>, ICollection<CardDataFieldDescriptor>, IList, ICollection, IReadOnlyList<CardDataFieldDescriptor>, IReadOnlyCollection<CardDataFieldDescriptor>, IEnumerable<CardDataFieldDescriptor>, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged, ISuspendNotifications, INotifyItemChanged
Inheritance: objectCollection<CardDataFieldDescriptor>ObservableCollection<CardDataFieldDescriptor>RadObservableCollection<CardDataFieldDescriptor>ObservableItemCollection<CardDataFieldDescriptor>CardDataFieldDescriptorCollection
Implements:
Inherited Members
Constructors
CardDataFieldDescriptorCollection()
Declaration
cs-api-definition
public CardDataFieldDescriptorCollection()
Properties
CardView
Gets the RadCardView that uses the data in this collection.
Methods
InsertItem(int, CardDataFieldDescriptor)
Declaration
cs-api-definition
protected override void InsertItem(int index, CardDataFieldDescriptor item)
Parameters
index
item
Overrides
OnItemChanged(ItemChangedEventArgs<CardDataFieldDescriptor>)
Raises the ItemChanged event.
Declaration
cs-api-definition
protected override void OnItemChanged(ItemChangedEventArgs<CardDataFieldDescriptor> e)
Parameters
e
ItemChangedEventArgs<CardDataFieldDescriptor>
The ItemChangedEventArgs<T> instance containing the event data.
Overrides
SetItem(int, CardDataFieldDescriptor)
Declaration
cs-api-definition
protected override void SetItem(int index, CardDataFieldDescriptor item)
Parameters
index
item
Overrides