ClassCardViewFilterEditorCreatedEventArgs
Class
EditorCreatedEventArgs.
Definition
Namespace:Telerik.Windows.Controls.Data.CardView
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class CardViewFilterEditorCreatedEventArgs : EventArgs
Inheritance: objectEventArgsCardViewFilterEditorCreatedEventArgs
Inherited Members
Constructors
CardViewFilterEditorCreatedEventArgs(CardDataFieldDescriptor, FrameworkElement)
Initializes a new instance of the CardViewFilterEditorCreatedEventArgs class.
Declaration
cs-api-definition
public CardViewFilterEditorCreatedEventArgs(CardDataFieldDescriptor cardDataFieldDescriptor, FrameworkElement editor)
Parameters
cardDataFieldDescriptor
The CardDataFieldDescriptor.
editor
FrameworkElement
The editor.
Properties
CardDataFieldDescriptor
Gets the CardDataFieldDescriptor.
Declaration
cs-api-definition
public CardDataFieldDescriptor CardDataFieldDescriptor { get; }
Property Value
The CardDataFieldDescriptor.
Editor
Gets the editor.
Declaration
cs-api-definition
public FrameworkElement Editor { get; }
Property Value
FrameworkElement
The editor.