Class CardViewFilterEditorCreatedEventArgs
EditorCreatedEventArgs.
Inheritance
System.Object
CardViewFilterEditorCreatedEventArgs
Namespace: Telerik.Windows.Controls.Data.CardView
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class CardViewFilterEditorCreatedEventArgs : EventArgs
Constructors
CardViewFilterEditorCreatedEventArgs(CardDataFieldDescriptor, FrameworkElement)
Initializes a new instance of the Card
Declaration
public CardViewFilterEditorCreatedEventArgs(CardDataFieldDescriptor cardDataFieldDescriptor, FrameworkElement editor)
Parameters
Card The CardDataFieldDescriptor. |
System. The editor. |
Properties
CardDataFieldDescriptor
Gets the CardDataFieldDescriptor.
Declaration
public CardDataFieldDescriptor CardDataFieldDescriptor { get; }
Property Value
Card The CardDataFieldDescriptor. |
Editor
Gets the editor.
Declaration
public FrameworkElement Editor { get; }
Property Value
System. The editor. |