Easy Tutorial
❮ Control Htmltablecell Control Checkbox ❯

ASP.NET BulletedList DisplayMode Property



Definition and Usage

The DisplayMode property is used to get or set the type of list displayed.

Syntax

Property Description
mode Specifies the display mode of the list items. Possible values: Text - Default. Standard text<br> HyperLink - Hyperlink<br> LinkButton - Hyperlink button

Example

The following example sets the DisplayMode of the BulletedList control:


❮ Control Htmltablecell Control Checkbox ❯