VirtualServerModeSource.CanPerformColumnServerAction Event
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
public event EventHandler<VirtualServerModeCanPerformColumnServerActionEventArgs> CanPerformColumnServerAction
#Event Data
The CanPerformColumnServerAction event's data class is DevExpress.Data.VirtualServerModeCanPerformColumnServerActionEventArgs.
See Also