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

Declaration

public event EventHandler<VirtualServerModeCanPerformColumnServerActionEventArgs> CanPerformColumnServerAction

Event Data

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

See Also