Skip to main content
A newer version of this page is available. .
Tab

ASPxGridViewBehaviorSettings.ProcessColumnMoveOnClient Property

Gets or sets a value whether or not column move operations are processed on the client.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public bool ProcessColumnMoveOnClient { get; set; }

Property Value

Type Default Description
Boolean **false**

true, to process column move operations on the client; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ProcessColumnMoveOnClient
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsBehavior.ProcessColumnMoveOnClient
ASP.NET Web Forms Controls ASPxGridView
.SettingsBehavior.ProcessColumnMoveOnClient
GridViewProperties
.SettingsBehavior.ProcessColumnMoveOnClient
GridViewSettings
.SettingsBehavior.ProcessColumnMoveOnClient
GridViewSettings<RowType>
.SettingsBehavior.ProcessColumnMoveOnClient
MVCxGridView
.SettingsBehavior.ProcessColumnMoveOnClient
MVCxGridViewProperties
.SettingsBehavior.ProcessColumnMoveOnClient
See Also