[]
Represents an editable CheckBoxList cell.
public class CheckBoxListCellType : BaseCellType
Create a check box list cell type.
public CheckBoxListCellType()
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 the check-box-list list.
public CellTypeDirection Direction { get; set; }
Gets or sets the horizontal spacing in the check-box-list.
public int HorizontalSpacing { get; set; }
Gets or sets the check-box-list's layout is autofit.
public bool IsFlowLayout { get; set; }
Gets or sets the items for the check-box-list list.
public IList<SelectFieldItem> Items { get; }
Gets or sets the items for the check-box-list's column count.
public int MaxColumnCount { get; set; }
Gets or sets the items for the check-box-list's row count.
public int MaxRowCount { get; set; }
Gets or sets the text of check-box-list's position, only support left and right .
public CellTypeTextAlign TextAlign { get; set; }
Gets or sets the vertical spacing in the check-box-list.
public int VerticalSpacing { get; set; }