Properties
- Last UpdatedJun 06, 2017
- 1 minute read
The following properties apply to the BatchList control.
ColumnHeaders
The ColumnHeaders property is a comma-separated string to define the column heading names shown on the list control.
Columns
The Columns property is available at run time only. It returns the number of columns in the list. The property is Read Only.
ColumnWidths
The ColumnWidths property defines the widths (in characters) of each column in the list.
Grid
The Grid property sets or returns a value indicating if grid lines are shown on the control.
Rows
The Rows property is available only at run time. It returns the number of rows in the list. The property is Read only.
SelectedRow
The SelectedRow property is available only at run time. It sets or returns the currently selected row number. Row numbers start at 0. A value of –1 indicates no selection.
BackColor
The BackColor property sets or returns the background color of the list.
ForeColor
The ForeColor property sets or returns the foreground (text) color of the list.
Font
The Font property sets or returns the character font used for the list. The property affects the size of the control.