[]
Gets or sets the maximum row count for the radio button list.
public int MaxRowCount { get; set; }
Public Property MaxRowCount As Integer
RadioButtonListCellType cellType = new RadioButtonListCellType();
cellType.MaxRowCount = 3;
int maxRowCount = cellType.MaxRowCount;