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

JsonNode.Selected Property

Gets or sets whether to include the JSON object’s field, which the JsonNode object defines, to the JsonDataSource‘s data schema.

Namespace: DevExpress.DataAccess.Json

Assembly: DevExpress.DataAccess.v18.2.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

By default, this property is set to true.

See Also