ASP.NET MVC Controls
CellRangeEventArgs Class
File
wijmo.grid.js
Module
wijmo.grid
Base Class
CancelEventArgs
Derived Classes
CellEditEndingEventArgs, FormatItemEventArgs

Provides arguments for CellRange events.

Constructor

Properties

Constructor

constructor

constructor(p: GridPanel, rng: CellRange, data?: any): CellRangeEventArgs

Initializes a new instance of the CellRangeEventArgs class.

Parameters
Returns
CellRangeEventArgs

Properties

cancel

Gets or sets a value that indicates whether the event should be canceled.

Inherited From
CancelEventArgs
Type
boolean

col

Gets the column affected by this event.

Type
number

data

Gets or sets the data associated with the event.

Type
any

Static empty

Provides a value to use with events that do not have event data.

Inherited From
EventArgs
Type
EventArgs

panel

Gets the GridPanel affected by this event.

Type
GridPanel

range

Gets the CellRange affected by this event.

Type
CellRange

row

Gets the row affected by this event.

Type
number

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum |  Documentation Feedback