more work on gtk & code cleanup
This commit is contained in:
@@ -65,7 +65,7 @@ public class Column
|
||||
public int? TextMaxLength { get; set; }
|
||||
|
||||
[JsonProperty("selectionOptions")]
|
||||
public List<ColumnSelectionOption> SelectionOptions { get; } = new();
|
||||
public List<ColumnSelectionOption> SelectionOptions { get; } = [];
|
||||
|
||||
[JsonProperty("selectionDefault")]
|
||||
public int? SelectionDefault { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user