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

In This Topic
    SortNulls Property
    In This Topic
    Gets or sets a value that determines how null values should be sorted.
    Syntax
    'Declaration
     
    
    Public Property SortNulls As CollectionViewSortNulls
    public CollectionViewSortNulls SortNulls {get; set;}
    Remarks
    This property is set to Last default, which causes null values to appear last on the sorted collection, regardless of sort direction. This is also the default behavior in Excel.
    See Also