Table of Contents
CssClass Property

Gets or sets the CSS class name applied to top level group.

Syntax
 public override String CssClass { get; set; }

Property Value

System.String

A string represents the CSS class name applied to top level group.

This property is read/write.

Remarks

Specifies the CSS class name applied to top level group.

See Also