JsonNode.Selected Property
Gets or sets whether to include the JSON node in the data source 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 the JSON node in the data source schema. |
Remarks
By default, this property is set to true.
See Also