[]
Gets or sets a value indicating whether to hide FrozenRows/FrozenColumns properties from the PropertyGrid.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? HideFrozenRowsColumns { get; set; }
| Type | Description |
|---|---|
| bool? |
|