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 CardViewFilterEditorCreatedEventArgs class.
Declaration
public CardViewFilterEditorCreatedEventArgs(CardDataFieldDescriptor cardDataFieldDescriptor, FrameworkElement editor)
Parameters
CardDataFieldDescriptor
cardDataFieldDescriptor
The CardDataFieldDescriptor. |
System.Windows.FrameworkElement
editor
The editor. |
Properties
CardDataFieldDescriptor
Gets the CardDataFieldDescriptor.
Declaration
public CardDataFieldDescriptor CardDataFieldDescriptor { get; }
Property Value
CardDataFieldDescriptor
The CardDataFieldDescriptor. |
Editor
Gets the editor.
Declaration
public FrameworkElement Editor { get; }
Property Value
System.Windows.FrameworkElement
The editor. |