ListItem::Attributes Property

 

Gets a collection of attribute name and value pairs for the ListItem that are not directly supported by the class.

Namespace:   System.Web.UI.WebControls
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.

.NET Framework
Available since 1.1
Return to top
Show: