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

JsonNode.Selected Property

Gets or sets whether to include the JSON node in the data source 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 the JSON node in the data source schema.

Remarks

By default, this property is set to true.

See Also