CssClass determines the Css Class used for the Title Text

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 the name of the css class

Remarks