ViewHeader.UseFullWidth Property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property UseFullWidth As Boolean
Get
Set
'Usage
Dim instance As ViewHeader
Dim value As Boolean
value = instance.UseFullWidth
instance.UseFullWidth = value
public bool UseFullWidth { get; set; }
Property Value
Type: System.Boolean