CanUserReorderColumns Property
In This Topic
Gets or sets a value indicating whether the user is able to reorder columns by dragging the corresponding column header.
Syntax
'Declaration
Public Property CanUserReorderColumns As Boolean
public bool CanUserReorderColumns {get; set;}
See Also