Click or drag to resize

ThinDetailOuterHost Property

Outer control hosting the entire layout content and around which a formatting wrapper may be added. This is typically (and by default) null and provided only when the fields are being rendered as part of a larger construct such as with a Chooser control in report filtering.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Control OuterHost { get; set; }

Property Value

Type: Control
See Also