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

VirtualServerModeSource.CanPerformColumnServerAction Event

Allows you to specify whether the requested filtering, sorting or summary calculation operation needs to be accepted or canceled.

Namespace: DevExpress.Data

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

public event EventHandler<VirtualServerModeCanPerformColumnServerActionEventArgs> CanPerformColumnServerAction

Event Data

The CanPerformColumnServerAction event's data class is DevExpress.Data.VirtualServerModeCanPerformColumnServerActionEventArgs.

See Also