ViewHeader.InlineStyle property

Inline style value to be rendered at the outer table

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property InlineStyle As String
    Get
    Set
'Usage
Dim instance As ViewHeader
Dim value As String

value = instance.InlineStyle

instance.InlineStyle = value
public string InlineStyle { get; set; }

Property value

Type: System.String
Returns String.

See also

Reference

ViewHeader class

ViewHeader members

Microsoft.SharePoint.WebControls namespace