'Declaration Public Property DraggableStatus As ColumnDraggableStatus
'Usage Dim instance As ColumnBase Dim value As ColumnDraggableStatus instance.DraggableStatus = value value = instance.DraggableStatus
public ColumnDraggableStatus DraggableStatus {get; set;}
Property Value
A ColumnDraggableStatus value indicating the expected drag behavior of the Column within the grid (or within its Merged Header, if any). By default, ColumnDraggableStatus.Draggable.