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.v24.1.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