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.v20.2.dll

NuGet Package: DevExpress.Web

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 Controls and MVC Extensions ASPxGridView
.SettingsBehavior .ProcessColumnMoveOnClient
GridViewProperties
.SettingsBehavior .ProcessColumnMoveOnClient
ASP.NET Bootstrap Controls BootstrapGridView
.SettingsBehavior .ProcessColumnMoveOnClient
ASP.NET MVC Extensions GridViewSettings
.SettingsBehavior .ProcessColumnMoveOnClient
GridViewSettings<RowType>
.SettingsBehavior .ProcessColumnMoveOnClient
MVCxGridView
.SettingsBehavior .ProcessColumnMoveOnClient
MVCxGridViewProperties
.SettingsBehavior .ProcessColumnMoveOnClient
See Also