Skip to content

PropertyItem.GroupOrder property

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 group order.

See Also