Search Results for

    Show / Hide Table of Contents

    Enum SortDirection

    The SortDirection enumeration specifies how to sort a list of items.

    Namespace: TimeCockpit.Data.DataModel.View
    Assembly: TimeCockpit.Data.dll
    Syntax
    public enum SortDirection

    Fields

    Name Description
    Ascending

    Sort from smallest to largest. For example, A to Z.

    Descending

    Sort from largest to smallest. For example, Z to A.

    In This Article
    Back to top Copyright © 2020 software architects gmbh