[]
Gets or sets the direction of the check-box-list.
public CellTypeDirection Direction { get; set; }
Public Property Direction As CellTypeDirection
CheckBoxListCellType cellType = new CheckBoxListCellType();
cellType.Direction = CellTypeDirection.Vertical;
CellTypeDirection direction = cellType.Direction;