Skip to main content

GridViewColumnMovingEventArgs Interface

#Declaration

TypeScript
interface GridViewColumnMovingEventArgs extends EventArgs

#Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

#Inherited Members

#Inheritance

EventArgs
GridViewColumnMovingEventArgs

#Properties

#allow Property

#Declaration

TypeScript
allow: boolean

#Property Value

Type
boolean

#destinationColumn Property

#Declaration

TypeScript
readonly destinationColumn: BootstrapGridViewColumn

#Property Value

Type
BootstrapGridViewColumn

#isDropBefore Property

#Declaration

TypeScript
readonly isDropBefore: boolean

#Property Value

Type
boolean

#isGroupPanel Property

#Declaration

TypeScript
readonly isGroupPanel: boolean

#Property Value

Type
boolean

#sourceColumn Property

#Declaration

TypeScript
readonly sourceColumn: BootstrapGridViewColumn

#Property Value

Type
BootstrapGridViewColumn