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