Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the data value associated with this object.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DataValue As Object
Get
Set
'Usage
Dim instance As Prop
Dim value As Object
value = instance.DataValue
instance.DataValue = value
public Object DataValue { get; set; }
Property Value
Type: System.Object
An Object representing the data value.
Remarks
This is the value prior to localization. If no data value exists, the null value is returned.