Field DefaultMaxNestedTableDepth
The default cap on MaxNestedTableDepth: 64 levels. Layout already stops laying out nested content past 16 and says so, so nothing between 16 and 64 renders meaningfully — the value is set well above the point of diminishing returns purely so that no real document meets it.
public const int DefaultMaxNestedTableDepth = 64
Returns
- int
- The default cap on : 64 levels. Layout already stops laying out nested content past 16 and says so, so nothing between 16 and 64 renders meaningfully — the value is set well above the point of diminishing returns purely so that no real document meets it.