[]
Gets or sets the maximum column count for the radio button list.
public int MaxColumnCount { get; set; }
Public Property MaxColumnCount As Integer
RadioButtonListCellType cellType = new RadioButtonListCellType();
cellType.MaxColumnCount = 2;
int maxColumnCount = cellType.MaxColumnCount;