[]
Gets or sets the direction of the radio button list.
public CellTypeDirection Direction { get; set; }
Public Property Direction As CellTypeDirection
RadioButtonListCellType cellType = new RadioButtonListCellType();
cellType.Direction = CellTypeDirection.Vertical;
CellTypeDirection direction = cellType.Direction;