Share via


ItemPicker.MoreItemsText property

Gets the text of the More items... button.

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

Syntax

'Declaration
Public Overrides ReadOnly Property MoreItemsText As String
    Get
'Usage
Dim instance As ItemPicker
Dim value As String

value = instance.MoreItemsText
public override string MoreItemsText { get; }

Property value

Type: System.String
Returns String.

See also

Reference

ItemPicker class

ItemPicker members

Microsoft.SharePoint.WebControls namespace