Skip to main content

PivotGridCustomFieldSortEventArgsBase<T>.SetArgs(ICustomSortRowsEventArgs) Method

Initializes the PivotGridCustomFieldSortEventArgsBase<T> instance with values obtained from the specified object. For internal use.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v23.2.Core.dll

NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

public void SetArgs(
    ICustomSortRowsEventArgs args
)

Parameters

Name Type Description
args DevExpress.XtraPivotGrid.Data.ICustomSortRowsEventArgs

An object that implements the DevExpress.XtraPivotGrid.Data.ICustomSortRowsEventArgs interface.

See Also