GridToolbarItemClickEventArgs Interface
In This Article
#Declaration
TypeScript
interface GridToolbarItemClickEventArgs extends ProcessingModeEventArgs
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
#Inheritance
EventArgs
ProcessingModeEventArgs
GridToolbarItemClickEventArgs
#Properties
#item Property
#Declaration
TypeScript
readonly item: BootstrapMenuItem
#Property Value
Type |
---|
Bootstrap |
#toolbarIndex Property
#Declaration
TypeScript
readonly toolbarIndex: number
#Property Value
Type |
---|
number |
#toolbarName Property
#Declaration
TypeScript
readonly toolbarName: string
#Property Value
Type |
---|
string |
#usePostBack Property
#Declaration
TypeScript
usePostBack: boolean
#Property Value
Type |
---|
boolean |