New to Telerik UI for WPFStart a free 30-day trial

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 CancelEventArgs.CancelEventArgs.Empty

Constructors

Initializes a new instance of the CardViewAutoGeneratingDataFieldDescriptorEventArgs class.

C#
public CardViewAutoGeneratingDataFieldDescriptorEventArgs(ItemPropertyInfo itemPropertyInfo)
Parameters:itemPropertyInfoItemPropertyInfo

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; }