[]
Specifies the layout direction of a checkbox list or radio button list cell type.
public enum CellTypeDirection
Public Enum CellTypeDirection
RadioButtonListCellType cellType = new RadioButtonListCellType();
cellType.Direction = CellTypeDirection.Horizontal;
CellTypeDirection direction = cellType.Direction;
| Name | Description |
|---|---|
| Horizontal | Specifies the direction is horizontal. |
| Vertical | Specifies the direction is vertical. |