GridSerializer.SerializedProp class

Represents the serialized json describing a change that originates from somewhere other than the user. For example a range validation is a GridSerializer.SerializedProp.

System.Object
  Microsoft.SharePoint.JSGrid.GridSerializer.SerializedProp

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

No code example is currently available or this language may not be supported.

GridSerializer.SerializedChanges are changes made by the user. GridSerializer.SerializedUpdate sends the changes, both GridSerializer.SerializedProp and GridSerializer.SerializedChanges, back to the server.

See also GridSerializer.SerializedChange<T>and GridSerializer.SerializedUpdate<T>.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: