APNSoft Controls [4.5.2.20] - API Reference
GridColumn.OrderIndex Property

Gets or sets the order index of a column in the collection of columns. Range: from -1000 to 1000. The default value is 0. A column with greater order index is always displayed after a column with lower order index. Two columns with the same order index are positioned according to source order.

[Visual Basic]
Public Property OrderIndex As Integer
[C#]
public int OrderIndex {get; set;}

See Also

GridColumn Class | APNSoft.WebControls Namespace