Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public override string CssClass { get; set; }
Visual Basic
Public Overrides Property CssClass As String
	Get
	Set

See Also