Class
CardViewAutoGeneratingDataFieldDescriptorEventArgs

Contains event data for auto-generation of data field descriptors in RadCardView

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class CardViewAutoGeneratingDataFieldDescriptorEventArgs : CancelEventArgs

Inheritance: objectEventArgsCancelEventArgsCardViewAutoGeneratingDataFieldDescriptorEventArgs

Inherited Members CancelEventArgs.CancelEventArgs.Empty

Constructors

CardViewAutoGeneratingDataFieldDescriptorEventArgs(ItemPropertyInfo)

Initializes a new instance of the CardViewAutoGeneratingDataFieldDescriptorEventArgs class.

Declaration

cs-api-definition
public CardViewAutoGeneratingDataFieldDescriptorEventArgs(ItemPropertyInfo itemPropertyInfo)

Parameters

itemPropertyInfo

ItemPropertyInfo

The item property info.

Properties

DataFieldDescriptor

Gets or sets current data field descriptor.

Declaration

cs-api-definition
public CardDataFieldDescriptor DataFieldDescriptor { get; set; }

Property Value

CardDataFieldDescriptor

ItemPropertyInfo

Gets the item property info.

Declaration

cs-api-definition
public ItemPropertyInfo ItemPropertyInfo { get; }

Property Value

ItemPropertyInfo