ListProperty.CssClass property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CssClass As String
Get
Set
'Usage
Dim instance As ListProperty
Dim value As String
value = instance.CssClass
instance.CssClass = value
public string CssClass { get; set; }
Property value
Type: System.String