PropertyItem.GroupOrder property

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

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

public int? GroupOrder { get; set; }

Property Value

The sort order.

See Also