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.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
args | DevExpress.XtraPivotGrid.Data.ICustomSortRowsEventArgs | An object that implements the DevExpress.XtraPivotGrid.Data.ICustomSortRowsEventArgs interface. |
See Also