ASPxGridBase.SubstituteSortInfo Event
In This Article
For internal use only.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.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