[]
Represents an editable radio button list cell.
public class RadioButtonListCellType : BaseCellType
Public Class RadioButtonListCellType
Inherits BaseCellType
| Name | Description |
|---|---|
| RadioButtonListCellType() | Create a radio button list cell type. |
| Name | Description |
|---|---|
| AutoBoxSize | Gets or sets whether boxSize changes with font size. |
| BoxSize | Gets or sets a value that indicates the check box size |
| Direction | Gets or sets the direction of radio-button list. |
| HorizontalSpacing | Gets or sets the horizontal spacing in the radio-button. |
| IsFlowLayout | Gets or sets the radio-button's layout is autofit. |
| Items | Gets or sets the items for the radio-button. |
| MaxColumnCount | Gets or sets the items for the radio-button's row count. |
| MaxRowCount | Gets or sets the items for the radio-button's row count. |
| TextAlign | Gets or sets the text of radio-button's position, only support left and right . |
| VerticalSpacing | Gets or sets the vertical spacing in the radio-button. |