Skip to main content
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.v23.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:

Object Type Path to ProcessColumnMoveOnClient
ASPxGridView
.SettingsBehavior .ProcessColumnMoveOnClient
GridViewProperties
.SettingsBehavior .ProcessColumnMoveOnClient
See Also