Css style applied to the asp:label control

Namespace: DotNetNuke.UI.UserControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

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

Field Value

A string representing css class name

Remarks