ListViewWebPart.ListControlName property

Gets the name of the ActiveX control associated with this Web Part.

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

Syntax

'Declaration
<WebPartStorageAttribute(Storage.None)> _
Public ReadOnly Property ListControlName As String
    Get
'Usage
Dim instance As ListViewWebPart
Dim value As String

value = instance.ListControlName
[WebPartStorageAttribute(Storage.None)]
public string ListControlName { get; }

Property value

Type: System.String
String ActiveX control associated with this Web Part.

Remarks

The ListControlName property is read-only.

See also

Reference

ListViewWebPart class

ListViewWebPart members

Microsoft.SharePoint.WebPartPages namespace