Back to Devexpress

ASPxGridViewBehaviorSettings.ProcessColumnMoveOnClient Property

aspnet-devexpress-dot-web-dot-aspxgridviewbehaviorsettings-cc2fb451.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool ProcessColumnMoveOnClient { get; set; }
vb
<DefaultValue(False)>
Public Property ProcessColumnMoveOnClient As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ProcessColumnMoveOnClient
ASPxGridView

.SettingsBehavior .ProcessColumnMoveOnClient

| | GridViewProperties |

.SettingsBehavior .ProcessColumnMoveOnClient

|

See Also

Grid View

ASPxGridViewBehaviorSettings Class

ASPxGridViewBehaviorSettings Members

DevExpress.Web Namespace