GridViewBatchEditStartEditingEventArgs Interface
In This Article
#Declaration
TypeScript
interface GridViewBatchEditStartEditingEventArgs extends CancelEventArgs
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
#Inheritance
EventArgs
CancelEventArgs
GridViewBatchEditStartEditingEventArgs
#Properties
#focusedColumn Property
#Declaration
TypeScript
focusedColumn: BootstrapGridViewColumn
#Property Value
Type |
---|
Bootstrap |
#rowValues Property
#Declaration
TypeScript
readonly rowValues: any
#Property Value
Type |
---|
any |
#visibleIndex Property
#Declaration
TypeScript
readonly visibleIndex: number
#Property Value
Type |
---|
number |