Gets the layout used to store data frames in the data file.
Namespace:
Extreme.Data.Json
Assembly:
Extreme.Data.Json (in Extreme.Data.Json.dll) Version: 3.1.0
public JsonDataFrameLayout Layout { get; }
Public ReadOnly Property Layout As JsonDataFrameLayout
Get
public:
property JsonDataFrameLayout Layout {
JsonDataFrameLayout get ();
}
member Layout : JsonDataFrameLayout with get
Property Value
Type:
JsonDataFrameLayout
Reference