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