The members of System.Web.UI.WebControls.BulletedList are listed below.
See Also: Inherited members from System.Web.UI.WebControls.ListControl
Initializes a new instance of the System.Web.UI.WebControls.BulletedList class. |
override | AutoPostBack | bool.
Gets or sets the value of the ListControl.AutoPostBack property for the base class. |
BulletImageUrl | string.
Gets or sets the path to an image to display for each bullet in a System.Web.UI.WebControls.BulletedList control. | |
BulletStyle | BulletStyle.
Gets or sets the bullet style for the System.Web.UI.WebControls.BulletedList control. | |
[read-only] override | Controls | System.Web.UI.ControlCollection.
Gets a System.Web.UI.ControlCollection collection for the control. |
DisplayMode | BulletedListDisplayMode.
Gets or sets the display mode of the list content in a System.Web.UI.WebControls.BulletedList control. | |
FirstBulletNumber | int.
Gets or sets the value that starts the numbering of list items in an ordered System.Web.UI.WebControls.BulletedList control. | |
override | SelectedIndex | int.
Gets or sets the zero-based index of the currently selected item in a System.Web.UI.WebControls.BulletedList control. |
[read-only] override | SelectedItem | ListItem.
Gets the currently selected item in a System.Web.UI.WebControls.BulletedList control. |
override | SelectedValue | string.
Gets or sets the ListItem.Value property of the selected System.Web.UI.WebControls.ListItem object in the System.Web.UI.WebControls.BulletedList control. |
Target | string.
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 | Text | string.
Gets or sets the text for the System.Web.UI.WebControls.BulletedList control. |
[read-only] override | TagKey | System.Web.UI.HtmlTextWriterTag.
Gets the System.Web.UI.HtmlTextWriterTag value for the specified System.Web.UI.WebControls.BulletedList control. |
Click |
Occurs when a link button in a System.Web.UI.WebControls.BulletedList control is clicked. |
System.Web.UI.IPostBackEventHandler.RaisePostBackEvent |
For a description of this method, see System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(string). |