Enum JqGridJsonElementType
Specifies the type of IJqGridJsonElement.
Namespace: Lib.AspNetCore.Mvc.JqGrid.Core.Json
Assembly: Lib.AspNetCore.Mvc.JqGrid.Core.dll
Syntax
public enum JqGridJsonElementType : int
Fields
Name | Description |
---|---|
Array | The element represents a JSON array. |
String | The element represents a JSON string. |
Unknown | The type of element is unknown. |