Skip to main content

GridViewColumnMovingEventArgs Interface

Declaration

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

allow: boolean

Property Value

Type
boolean

destinationColumn Property

Declaration

readonly destinationColumn: BootstrapGridViewColumn

Property Value

Type
BootstrapGridViewColumn

isDropBefore Property

Declaration

readonly isDropBefore: boolean

Property Value

Type
boolean

isGroupPanel Property

Declaration

readonly isGroupPanel: boolean

Property Value

Type
boolean

sourceColumn Property

Declaration

readonly sourceColumn: BootstrapGridViewColumn

Property Value

Type
BootstrapGridViewColumn