Class GridViewSelectionCancelEventArgs
Provides data for Cell
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public class GridViewSelectionCancelEventArgs : CancelEventArgs
Constructors
GridViewSelectionCancelEventArgs(IEnumerable<GridViewRowInfo>, Int32, Int32)
Initializes a new instance of the Grid
Declaration
public GridViewSelectionCancelEventArgs(IEnumerable<GridViewRowInfo> rows, int columnStarIndex, int columnEndIndex)
Parameters
System. The rows. |
System. Index of the column star. |
System. End index of the column. |
GridViewSelectionCancelEventArgs(IEnumerable<GridViewRowInfo>, GridViewColumn)
Initializes a new instance of the Grid
Declaration
public GridViewSelectionCancelEventArgs(IEnumerable<GridViewRowInfo> rows, GridViewColumn column)
Parameters
System. The rows. |
Grid The column. |
GridViewSelectionCancelEventArgs(GridViewRowInfo, GridViewColumn)
Initializes a new instance of the Telerik.
Declaration
public GridViewSelectionCancelEventArgs(GridViewRowInfo row, GridViewColumn column)
Parameters
Grid The Grid |
Grid The Grid |
Properties
Column
Gets the Grid
Declaration
public GridViewColumn Column { get; }
Property Value
ColumnEndIndex
This values should be used when users use the Lasso selection and selection mode is CellSelection
Declaration
public int ColumnEndIndex { get; }
Property Value
System.
|
ColumnIndex
Gets a value indicating the column index of the cell that the event occurs for.
Declaration
public virtual int ColumnIndex { get; }
Property Value
System. The index of the column containing the cell that the event occurs for. |
ColumnStartIndex
This values should be used when users use the Lasso selection and selection mode is CellSelection
Declaration
public int ColumnStartIndex { get; }
Property Value
System.
|
Rows
Gets the Grid
Declaration
public List<GridViewRowInfo> Rows { get; }
Property Value
System.
|