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)
Available in Sandboxed Solutions: No
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.