FixedRows

Top  Previous  Next

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

[Visual Basic .NET]

Public Property FixedRows As Integer

[C#]

public int FixedRows {get; set;}

 

Remarks

If the AllowSections property is set to TRUE, this property becomes irrelevant. Otherwise, the default value is 0, and a valid value must between 0 and the number of rows. A screenshot for 1 fixed row is listed below.

FixedRows