'Declaration Public Property DraggableStatus As Nullable(Of ColumnDraggableStatus)
'Usage Dim instance As ColumnSettings Dim value As Nullable(Of ColumnDraggableStatus) instance.DraggableStatus = value value = instance.DraggableStatus
public Nullable<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).