Back to Devexpress

CustomCustomizationFormSortEventArgs Class

aspnet-devexpress-dot-web-dot-aspxpivotgrid-cf7a8651.md

latest1.7 KB
Original Source

CustomCustomizationFormSortEventArgs Class

Provides data for the ASPxPivotGrid.CustomCustomizationFormSort event.

Namespace : DevExpress.Web.ASPxPivotGrid

Assembly : DevExpress.Web.ASPxPivotGrid.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CustomCustomizationFormSortEventArgs :
    CustomCustomizationFormSortEventArgsBase<PivotGridField>
vb
Public Class CustomCustomizationFormSortEventArgs
    Inherits CustomCustomizationFormSortEventArgsBase(Of PivotGridField)

CustomCustomizationFormSortEventArgs is the data class for the following events:

Inheritance

Object EventArgs CustomCustomizationFormSortEventArgsBase<PivotGridField> CustomCustomizationFormSortEventArgs

See Also

CustomCustomizationFormSortEventArgs Members

DevExpress.Web.ASPxPivotGrid Namespace