GridViewColumnMovingEventArgs Interface
Declaration
interface GridViewColumnMovingEventArgs extends EventArgs
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.
Properties
allow Property
Declaration
allow: boolean
Property Value
destinationColumn Property
Declaration
readonly destinationColumn: BootstrapGridViewColumn
Property Value
isDropBefore Property
Declaration
readonly isDropBefore: boolean
Property Value
isGroupPanel Property
Declaration
readonly isGroupPanel: boolean
Property Value
sourceColumn Property
Declaration
readonly sourceColumn: BootstrapGridViewColumn
Property Value