UpdatePanel::Attributes Property
.NET Framework (current version)
Gets the cascading style sheet (CSS) attributes collection of the UpdatePanel control.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
public: [BrowsableAttribute(false)] property AttributeCollection^ Attributes { AttributeCollection^ get(); }
Property Value
Type: System.Web.UI::AttributeCollection^The names of the CSS style rules in the attributes collection.
The Attributes property contains a collection of CSS style attributes that can be used in the enclosing div element of the UpdatePanel control.
.NET Framework
Available since 4.0
Available since 4.0
Show: