ListItem::Attributes Property
Gets a collection of attribute name and value pairs for the ListItem that are not directly supported by the class.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property AttributeCollection^ Attributes { AttributeCollection^ get(); }
Property Value
Type: System.Web.UI::AttributeCollection^A System.Web.UI::AttributeCollection that contains a collection of name and value pairs.
Use the Attributes collection to manage the attribute name and value pairs declared in the opening and closing tags of the ListItem, but not directly supported by the class. You can programmatically add or remove attributes to the collection.
Available since 1.1
System.Web.UI::AttributeCollection
ListControl
RadioButtonList
ListBox
DropDownList
CheckBoxList
ListItem Class
System.Web.UI.WebControls Namespace
ListBox Web Server Control Overview
RadioButton and RadioButtonList Web Server Controls Overview
CheckBox and CheckBoxList Web Server Controls Overview
BulletedList Web Server Control Overview
DropDownList Web Server Control Overview