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