JsonNode.Selected Property
In This Article
Gets or sets whether to include the JSON node in the data source schema.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v24.2.dll
NuGet Package: DevExpress.DataAccess
#Declaration
#Property Value
Type | Description |
---|---|
Nullable<Boolean> | Specifies whether to include the JSON node in the data source schema. |
#Remarks
By default, this property is set to true.
See Also