Class GridViewCustomFilteringEventArgs
Provides data for the CustomFiltering event
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewCustomFilteringEventArgs : EventArgs
Constructors
GridViewCustomFilteringEventArgs(GridViewTemplate, GridViewRowInfo)
Initializes a new instance of the GridViewCustomFilteringEventArgs class.
Declaration
public GridViewCustomFilteringEventArgs(GridViewTemplate template, GridViewRowInfo row)
Parameters
Grid The Grid |
Grid The Grid |
GridViewCustomFilteringEventArgs(GridViewTemplate, GridViewRowInfo, Boolean)
Initializes a new instance of the GridViewCustomFilteringEventArgs class.
Declaration
public GridViewCustomFilteringEventArgs(GridViewTemplate template, GridViewRowInfo row, bool visible)
Parameters
Grid The Grid |
Grid The Grid |
System.
|
Properties
Handled
Gets or sets a value indicating whether this Grid
Declaration
public bool Handled { get; set; }
Property Value
System.
|
Row
Gets the row info that is being filtered.
Declaration
public GridViewRowInfo Row { get; }
Property Value
Grid The row info that is being filtered. |
Template
Gets the Grid
Declaration
public GridViewTemplate Template { get; }
Property Value
Visible
Gets or sets the visible state for the specified row.
Declaration
public bool Visible { get; set; }
Property Value
System.
|