EntityEditorWithPicker.DialogTitle Property
Gets or sets a string value that represents the title of the picker dialog box.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Overridable Property DialogTitle As String
Get
Set
'Usage
Dim instance As EntityEditorWithPicker
Dim value As String
value = instance.DialogTitle
instance.DialogTitle = value
public virtual string DialogTitle { get; set; }
Property Value
Type: System.String
A string that contains the title of the picker dialog box.
Remarks
This property can be overridden by the inheriting classes to show a custom title.