CssStyleCollection.Count Property

 

Gets the number of items in the CssStyleCollection object.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

member Count : int with get

Property Value

Type: System.Int32

The number of items in the CssStyleCollection object.

The following example creates a CountStyleFunc function that obtains the current value of the Count property for an HtmlInputText server control and displays it to an ASP.NET page.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: