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)

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.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace