Class CardViewFilterEditorCreatedEventArgs
EditorCreatedEventArgs.
Inheritance
System.Object
System.EventArgs
CardViewFilterEditorCreatedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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. |