RichHtmlField.Value property

Current string value of the HTML in this field control in Edit mode.

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

Syntax

'Declaration
Public Overrides Property Value As Object
    Get
    Set
'Usage
Dim instance As RichHtmlField
Dim value As Object

value = instance.Value

instance.Value = value
public override Object Value { get; set; }

Property value

Type: System.Object

Remarks

This field control framework property is used in the SPControlMode.Edit parameter to get and set the value between the edit controls and the ItemFieldValue property in the SPListItem object.

See also

Reference

RichHtmlField class

RichHtmlField members

Microsoft.SharePoint.Publishing.WebControls namespace

RichHtmlField