Skip to main content
All docs
V25.1
  • SortArgs.SortOrder Property

    Gets the sort order applied to the column.

    Namespace: DevExpress.Mvvm.Xpf

    Assembly: DevExpress.Mvvm.v25.1.dll

    NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

    Declaration

    public SortOrder SortOrder { get; }

    Property Value

    Type Description
    DevExpress.Mvvm.Xpf.SortOrder

    The column’s sort order.

    Remarks

    The SortOrder property always returns None for a command bound to the GridControl.CustomColumnGroupCommand property.

    See Also