piDogDataView.DataView.ColumnDragTo

Scope: Public
Event ColumnDragTo(column As integer, newIndex as integer) As Boolean
Handle this event to prevent dragging a column to newindex by returning true


//example preventing moving columns to column 0

if newindex=0 then Return true