Class
CardViewFilterEditorCreatedEventArgs

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 EventArgs.Empty

Constructors

CardViewFilterEditorCreatedEventArgs(CardDataFieldDescriptor, FrameworkElement)

Initializes a new instance of the CardViewFilterEditorCreatedEventArgs class.

Declaration

cs-api-definition
public CardViewFilterEditorCreatedEventArgs(CardDataFieldDescriptor cardDataFieldDescriptor, FrameworkElement editor)

Parameters

cardDataFieldDescriptor

CardDataFieldDescriptor

The CardDataFieldDescriptor.

editor

FrameworkElement

The editor.

Properties

CardDataFieldDescriptor

Gets the CardDataFieldDescriptor.

Declaration

cs-api-definition
public CardDataFieldDescriptor CardDataFieldDescriptor { get; }

Property Value

CardDataFieldDescriptor

The CardDataFieldDescriptor.

Editor

Gets the editor.

Declaration

cs-api-definition
public FrameworkElement Editor { get; }

Property Value

FrameworkElement

The editor.