[]
Represents an editable radio button list cell.
public class RadioButtonListCellType : BaseCellType
Create a radio button list cell type.
public RadioButtonListCellType()
Gets or sets whether boxSize changes with font size.
public bool AutoBoxSize { get; set; }
Gets or sets a value that indicates the check box size
public int BoxSize { get; set; }
Gets or sets the direction of radio-button list.
public CellTypeDirection Direction { get; set; }
Gets or sets the horizontal spacing in the radio-button.
public int HorizontalSpacing { get; set; }
Gets or sets the radio-button's layout is autofit.
public bool IsFlowLayout { get; set; }
Gets or sets the items for the radio-button.
public IList<SelectFieldItem> Items { get; }
Gets or sets the items for the radio-button's row count.
public int MaxColumnCount { get; set; }
Gets or sets the items for the radio-button's row count.
public int MaxRowCount { get; set; }
Gets or sets the text of radio-button's position, only support left and right .
public CellTypeTextAlign TextAlign { get; set; }
Gets or sets the vertical spacing in the radio-button.
public int VerticalSpacing { get; set; }