ContextSelector<T>.TypeOuterCssClass Property
Gets or sets the CSS class on the cell around the selector.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property TypeOuterCssClass As String
Get
Set
'Usage
Dim instance As ContextSelector
Dim value As String
value = instance.TypeOuterCssClass
instance.TypeOuterCssClass = value
public string TypeOuterCssClass { get; set; }
Property Value
Type: System.String
A string that specifies the CSS class on the cell around the selector.