Easy Tutorial
❮ Met Websecurity Requireroles Prop Webcontrol Calendar Todaydaystyle ❯

ASP.NET BulletedList BulletStyle Property



Definition and Usage

The BulletStyle property is used to get or set the style of the bulleted list items.

Syntax

Property Description
style Specifies the style of the bulleted list items. Possible values: NotSet - Not set<br> Circle - Hollow circle<br> Disc - Solid circle<br> Square - Solid square<br> Numbered - Numeric<br> LowerAlpha - Lowercase letters<br> UpperAlpha - Uppercase letters<br> LowerRoman - Lowercase Roman numerals<br> UpperRoman - Uppercase Roman numerals<br> CustomImage - Custom image (defined by the "BulletImageUrl" property)

Example

The following example sets the BulletStyle property of the BulletedList control:


❮ Met Websecurity Requireroles Prop Webcontrol Calendar Todaydaystyle ❯