BootstrapGridViewCommandColumnBuilder.AllowDragDrop(Nullable<Boolean>) Method
In This Article
Sets whether end-users can drag the column’s header.
Namespace: DevExpress.AspNetCore.Bootstrap
Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll
#Declaration
public BootstrapGridViewCommandColumnBuilder AllowDragDrop(
bool? allowDragDrop
)
#Parameters
Name | Type |
---|---|
allow |
Nullable<Boolean> |
#Returns
Type |
---|
Bootstrap |
#Remarks
IMPORTANT
Bootstrap Controls for ASP.
See Also