Skip to main content
All docs
V24.1

ResourcesTree.CustomColumnSort Event

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v24.1.Extensions.dll

NuGet Package: DevExpress.Win.SchedulerExtensions

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public event CustomColumnSortEventHandler CustomColumnSort

Event Data

The CustomColumnSort event's data class is DevExpress.XtraTreeList.CustomColumnSortEventArgs.

See Also