EntityEditor.MaximumHeight property

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

Syntax

'Declaration
Public Property MaximumHeight As Integer
    Get
    Set
'Usage
Dim instance As EntityEditor
Dim value As Integer

value = instance.MaximumHeight

instance.MaximumHeight = value
public int MaximumHeight { get; set; }

Property value

Type: System.Int32

See also

Reference

EntityEditor class

EntityEditor members

Microsoft.SharePoint.WebControls namespace