Skip to main content
All docs
V25.1
  • ResourcesTree.CustomColumnSort Event

    Namespace: DevExpress.XtraScheduler.UI

    Assembly: DevExpress.XtraScheduler.v25.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