Class FieldFilterEditorCreatedEventArgs
Represents event arguments for the FieldFilterEditorCreated event args.
Inheritance
System.Object
System.EventArgs
FieldFilterEditorCreatedEventArgs
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.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
|