GridViewSelectionEventArgs Interface
In This Article
#Declaration
TypeScript
interface GridViewSelectionEventArgs extends ProcessingModeEventArgs
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
#Inheritance
EventArgs
ProcessingModeEventArgs
GridViewSelectionEventArgs
#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 |