The properties of System.Web.UI.WebControls.CheckBoxList are listed below. For a list of all members, see the CheckBoxList Members list.
See Also: Inherited members from System.Web.UI.WebControls.ListControl
CellPadding | int.
Gets or sets the distance (in pixels) between the border and contents of the cell. | |
CellSpacing | int.
Gets or sets the distance (in pixels) between cells. | |
RepeatColumns | int.
Gets or sets the number of columns to display in the System.Web.UI.WebControls.CheckBoxList control. | |
RepeatDirection | RepeatDirection.
Gets or sets a value that indicates whether the control displays vertically or horizontally. | |
RepeatLayout | RepeatLayout.
Gets or sets a value that specifies whether the list will be rendered by using a table element, a ul element, an ol element, or a span element. | |
TextAlign | TextAlign.
Gets or sets the text alignment for the check boxes within the group. |
[read-only] | HasFooter | bool.
Gets a value indicating whether the System.Web.UI.WebControls.CheckBoxList control contains a footer section. |
[read-only] | HasHeader | bool.
Gets a value indicating whether the System.Web.UI.WebControls.CheckBoxList control contains a heading section. |
[read-only] | HasSeparators | bool.
Gets a value indicating whether the System.Web.UI.WebControls.CheckBoxList control contains a separator between items in the list. |
[read-only] | RepeatedItemCount | int.
Gets the number of list items in the System.Web.UI.WebControls.CheckBoxList control. |