Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets text in the editing control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<DataMemberAttribute> _
Public Property DisplayText As String
Get
Set
'Usage
Dim instance As PickerEntity
Dim value As String
value = instance.DisplayText
instance.DisplayText = value
[DataMemberAttribute]
public string DisplayText { get; set; }
Property Value
Type: System.String
The text shown in the editing control.