[]
        
(Showing Draft Content)

C1.Web.Mvc.CollectionViewSortNulls

CollectionViewSortNulls Enum

Specifies constants that define how null values are sorted.

Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public enum CollectionViewSortNulls

Fields

Name Description
First

Null values appear first (regardless of sort order).

Last

Null values appear last (regardless of sort order).

Natural

Null values are sorted in natural order (first in ascending, last in descending order).