Class FieldFilterEditorCreatedEventArgs
Represents event arguments for the FieldFilterEditorCreated event args.
Inheritance
System.Object
FieldFilterEditorCreatedEventArgs
Namespace: Telerik.Windows.Controls.VirtualGrid
Assembly: Telerik.Windows.Controls.VirtualGrid.dll
Syntax
public class FieldFilterEditorCreatedEventArgs : EventArgs
Constructors
FieldFilterEditorCreatedEventArgs(Int32, FrameworkElement)
Initializes a new instance of the Field
Declaration
public FieldFilterEditorCreatedEventArgs(int columnIndex, FrameworkElement editor)
Parameters
System.
|
System.
|
Properties
ColumnIndex
Gets the filtered column index.
Declaration
public int ColumnIndex { get; }
Property Value
System.
|
Editor
Gets or sets the editor control.
Declaration
public FrameworkElement Editor { get; set; }
Property Value
System.
|