SubGridSize

Top  Previous  Next

Gets or sets the number of rows in each sub grid.

[Visual Basic .NET]

Public Property SubGridSize As Integer

[C#]

public int SubGridSize {get; set;}

 

Remarks

If the property AllowSections is TRUE or the property SubGridSizesPattern is valid, this property becomes irrelevant. Otherwise the property RowsCount and this property determine how many sub grids will be generated and how many rows are in each sub grid. If RowsCount is not divisible by SubGridSize, the number of rows in last sub grid will be less than this property.

 

For example, if RowsCount is 17 and SubGridSize is 2, there are 9 sub grids that are generated, and the number of rows in the last sub grid is 1 while all other sub grids contain 2 rows.

PageSize