Skip to main content
A newer version of this page is available. .

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.v19.1.dll

Declaration

public bool? Selected { get; set; }

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