[]
Gets or sets a value indicating whether the grid should be shown or hidden by default.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] public bool? ShowGrid { get; set; }
true if the grid should be shown by default; otherwise, false.
true
false