Class
CardDataFieldCancelEventArgs

Represents event data for a cancelable event of a RadCardViewItem's data field.

Definition

Namespace:Telerik.Windows.Controls.Data.CardView

Assembly:Telerik.Windows.Controls.Data.dll

Syntax:

cs-api-definition
public class CardDataFieldCancelEventArgs : CardViewItemCancelEventArgs

Inheritance: objectRadRoutedEventArgsCancelRoutedEventArgsCardViewItemCancelEventArgsCardDataFieldCancelEventArgs

Inherited Members CardViewItemCancelEventArgs.CardViewItemCancelRoutedEventArgs.Cancel

Constructors

CardDataFieldCancelEventArgs()

Declaration

cs-api-definition
public CardDataFieldCancelEventArgs()

Properties

DataField

Gets the DataFormDataField the event was fired for.

Declaration

cs-api-definition
public DataFormDataField DataField { get; }

Property Value

DataFormDataField