Gets a CSS class string that combines the class attribute and properties. Derived components should typically use this value for the primary HTML element's 'class' attribute.

protected string CssClass { get; set; }
Type:
string
In this article