Skip to main content
Tab

ASPxGridBase.SubstituteSortInfo Event

For internal use only.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public event EventHandler<SubstituteSortInfoEventArgs> SubstituteSortInfo

Event Data

The SubstituteSortInfo event's data class is DevExpress.Data.SubstituteSortInfoEventArgs.

See Also