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