Represents a collection of CardDataFieldDescriptor items.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
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
C#
public CardDataFieldDescriptorCollection()
Properties
Gets the RadCardView that uses the data in this collection.
C#
public RadCardView CardView { get; }
Methods
C#
protected override void InsertItem(int index, CardDataFieldDescriptor item)
Overrides:
Raises the ItemChanged event.
C#
protected override void OnItemChanged(ItemChangedEventArgs<CardDataFieldDescriptor> e)
The ItemChangedEventArgs<T> instance containing the event data.
Overrides:
C#
protected override void SetItem(int index, CardDataFieldDescriptor item)
Overrides: