[]
Gets or sets a value indicating whether the Table Footer needs to be auto-filled when a field is dropped to the Table Details.
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public bool? AutoFillFooter { get; set; }
Type | Description |
---|---|
bool? |
|