FixedColumns

Top  Previous  Next

Gets or sets the number of fixed column(s) that are not horizontally scrolled for the grid in readonly mode.

[Visual Basic .NET]

Public Property FixedColumns As Integer

[C#]

public int FixedColumns {get; set;}

 

Remarks

The default value is 0, and a valid value must between 0 and the number of columns. A screenshot for 1 fixed column is listed below.

FixedColumn