DataFormWebPart.ShouldToolPartShowXslEditor property

Indicates whether a DataFormWebPart object should show the XSL editor portion of the tool part.

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

Syntax

'Declaration
Protected Overridable ReadOnly Property ShouldToolPartShowXslEditor As Boolean
    Get
'Usage
Dim value As Boolean

value = Me.ShouldToolPartShowXslEditor
protected virtual bool ShouldToolPartShowXslEditor { 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 XSL editor portion of the tool part.

See also

Reference

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace