JsonSchemaNode.Selected Property
Gets or sets whether to include the JSON object’s field, which the JsonSchemaNode object defines, to the JsonDataSource‘s data schema.
Namespace: DevExpress.DataAccess.Json
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
Property Value
Type | Description |
---|---|
Nullable<Boolean> | Specifies whether to include a JSON object’s field to the JsonDataSource‘s data schema. |
Remarks
If you pass a JsonNode object as the JsonSchemaNode‘s constructor parameter, the passed object’s Selected property value is assigned to this property.
If you specify this property, its value is assigned to the associated JsonNode‘s Selected property.
See Also