Skip to main content
A newer version of this page is available.
All docs
V19.2

CustomServerModeSortEventArgs(PivotGridField) Constructor

Initializes a new instance of the CustomServerModeSortEventArgs class.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.XtraPivotGrid.v19.2.dll

Declaration

public CustomServerModeSortEventArgs(
    PivotGridField field
)

Parameters

Name Type Description
field PivotGridField

A PivotGridField object that represents a pivot grid field.

See Also