Gets or sets the name of the cascading style sheet (CSS) class associated with the current item.
public string CssClass { get; set; }
Public Property CssClass As String
An item's CssClass property is used to associate the item with the corresponding CSS class name, which defines a specific element style.