Class CardDataFieldCancelEventArgs
Represents event data for a cancelable event of a RadCardViewItem's data field.
Inheritance
System.Object
CardDataFieldCancelEventArgs
Namespace: Telerik.Windows.Controls.Data.CardView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class CardDataFieldCancelEventArgs : CardViewItemCancelEventArgs
Constructors
CardDataFieldCancelEventArgs()
Declaration
public CardDataFieldCancelEventArgs()
Properties
DataField
Gets the DataFormDataField the event was fired for.
Declaration
public DataFormDataField DataField { get; }
Property Value
DataFormDataField
|