[]
Gets or sets a value indicating whether to hide FrozenRows/FrozenColumns properties from the PropertyGrid.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)] public bool? HideFrozenRowsColumns { get; set; }
true if FrozenRows/FrozenColumns properties should be hidden; otherwise, false.
true
false