CardViewSelectionEventArgs Interface
In This Article
#Declaration
TypeScript
interface CardViewSelectionEventArgs extends ProcessingModeEventArgs
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
#Inheritance
EventArgs
ProcessingModeEventArgs
CardViewSelectionEventArgs
#Properties
#isAllRecordsOnPage Property
#Declaration
TypeScript
readonly isAllRecordsOnPage: boolean
#Property Value
Type |
---|
boolean |
#isChangedOnServer Property
#Declaration
TypeScript
readonly isChangedOnServer: boolean
#Property Value
Type |
---|
boolean |
#isSelected Property
#Declaration
TypeScript
readonly isSelected: boolean
#Property Value
Type |
---|
boolean |
#visibleIndex Property
#Declaration
TypeScript
readonly visibleIndex: number
#Property Value
Type |
---|
number |