System.Web.UI.WebControls.BulletedList: Property Members

The properties of System.Web.UI.WebControls.BulletedList are listed below. For a list of all members, see the BulletedList Members list.

See Also: Inherited members from System.Web.UI.WebControls.ListControl

Public Properties

override
AutoPostBackbool.

Gets or sets the value of the ListControl.AutoPostBack property for the base class.

BulletImageUrlstring.

Gets or sets the path to an image to display for each bullet in a System.Web.UI.WebControls.BulletedList control.

BulletStyleBulletStyle.

Gets or sets the bullet style for the System.Web.UI.WebControls.BulletedList control.

[read-only]
override
ControlsSystem.Web.UI.ControlCollection.

Gets a System.Web.UI.ControlCollection collection for the control.

DisplayModeBulletedListDisplayMode.

Gets or sets the display mode of the list content in a System.Web.UI.WebControls.BulletedList control.

FirstBulletNumberint.

Gets or sets the value that starts the numbering of list items in an ordered System.Web.UI.WebControls.BulletedList control.

override
SelectedIndexint.

Gets or sets the zero-based index of the currently selected item in a System.Web.UI.WebControls.BulletedList control.

[read-only]
override
SelectedItemListItem.

Gets the currently selected item in a System.Web.UI.WebControls.BulletedList control.

override
SelectedValuestring.

Gets or sets the ListItem.Value property of the selected System.Web.UI.WebControls.ListItem object in the System.Web.UI.WebControls.BulletedList control.

Targetstring.

Gets or sets the target window or frame in which to display the Web page content that is linked to when a hyperlink in a System.Web.UI.WebControls.BulletedList control is clicked.

override
Textstring.

Gets or sets the text for the System.Web.UI.WebControls.BulletedList control.

Protected Properties