ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / SortDescription Class / SortNullsFirst Property

In This Topic
    SortNullsFirst Property
    In This Topic
    Gets or sets a value that determines whether null values should appear first or last when the collection is sorted(regardless of sort direction).
    Syntax
    'Declaration
     
    
    Public Property SortNullsFirst As Boolean
    public bool SortNullsFirst {get; set;}
    See Also