System.Web.UI.WebControls Namespace BulletedList Class
.NET Framework version 2.0
Sets or retrieves the value that starts the numbering of list items in an ordered BulletedList control.
Inline |
<asp:bulletedlist firstbulletnumber = intValue ... > |
Script |
BulletedList.FirstBulletNumber [ = intValue ] |
intValue |
Integer representing the value that starts the numbering of list items in an ordered BulletedList control. |
The property is read/write with a default value of 1.
Use the FirstBulletNumber property to specify or determine the value that starts the numbering of list items in an ordered BulletedList control.
NOTE: This property applies only when the BulletStyle property is set to a style that applies to ordered lists ( a value other than Disc, Square, Circle, or CustomImage ). Otherwise, the value that is assigned to the FirstBulletNumber property is ignored in these cases.
Although the value of the FirstBulletNumber property is an integer, it does not always cause a bullet to render as a number. For example, if you set the FirstBulletNumber property to 4 and set the BulletStyle property to the value LowerAlpha, the first bullet number will render as a lowercase d.
BulletedList Members