EntityEditorWithPicker.DialogHeight property
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property DialogHeight As Integer
Get
Set
'Usage
Dim instance As EntityEditorWithPicker
Dim value As Integer
value = instance.DialogHeight
instance.DialogHeight = value
public virtual int DialogHeight { get; set; }
Property value
Type: System.Int32