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 FieldFilterEditorCreatedEventArgs class.
Declaration
public FieldFilterEditorCreatedEventArgs(int columnIndex, FrameworkElement editor)
Parameters
System.Int32
columnIndex
|
System.Windows.FrameworkElement
editor
|
Properties
ColumnIndex
Gets the filtered column index.
Declaration
public int ColumnIndex { get; }
Property Value
System.Int32
|
Editor
Gets or sets the editor control.
Declaration
public FrameworkElement Editor { get; set; }
Property Value
System.Windows.FrameworkElement
|