Class CardDataFieldPreparedEditorEventArgs
Represents event data for an event when the editor of a RadCardViewItem's data field is prepared.
Inheritance
System.Object
CardDataFieldPreparedEditorEventArgs
Namespace: Telerik.Windows.Controls.Data.CardView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class CardDataFieldPreparedEditorEventArgs : CardDataFieldEventArgs
Constructors
CardDataFieldPreparedEditorEventArgs()
Declaration
public CardDataFieldPreparedEditorEventArgs()
Properties
Editor
Gets the editor that was prepared for editing the data field.
Declaration
public FrameworkElement Editor { get; }
Property Value
System.Windows.FrameworkElement
|