Contains event data for auto-generation of data field descriptors in RadCardView
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class CardViewAutoGeneratingDataFieldDescriptorEventArgs : CancelEventArgs
Inheritance: objectEventArgsCancelEventArgsCardViewAutoGeneratingDataFieldDescriptorEventArgs
Inherited Members
Constructors
Initializes a new instance of the CardViewAutoGeneratingDataFieldDescriptorEventArgs class.
C#
public CardViewAutoGeneratingDataFieldDescriptorEventArgs(ItemPropertyInfo itemPropertyInfo)
The item property info.
Properties
Gets or sets current data field descriptor.
C#
public CardDataFieldDescriptor DataFieldDescriptor { get; set; }
ItemPropertyInfo
ItemPropertyInfo
Gets the item property info.
C#
public ItemPropertyInfo ItemPropertyInfo { get; }