DataFormWebPart.ShouldToolPartShowParameterBindings Property
Indicates whether a DataFormWebPart object should show the ParameterBindings editor portion of the tool part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Protected Overridable ReadOnly Property ShouldToolPartShowParameterBindings As Boolean
Get
'Usage
Dim value As Boolean
value = Me.ShouldToolPartShowParameterBindings
protected virtual bool ShouldToolPartShowParameterBindings { get; }
Property Value
Type: System.Boolean
Remarks
Returns a Boolean value that is true if the DataFormWebPart object created by the GetToolParts method should show the ParameterBindings editor portion of the tool part.