PropertyItem.SortOrder property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Gets or sets the sort order of a column, e.g. in which position this column is sorted by default in the grid. Only applies to grids, not forms.

public int? SortOrder { get; set; }

Property Value

The sort order.

See Also