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

Gets or sets a value that indicates whether the column is fixed. Fixed columns stay on the left side of the grid and do not scroll when the grid scrolls. Default value is false.

[Visual Basic]
Public Property Fixed As Boolean
[C#]
public bool Fixed {get; set;}

See Also

GridColumn Class | APNSoft.WebControls Namespace