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