MapperEditListLayoutOnPost Method |
Determines whether or not a layout is required on a post-back.
Namespace:
NetQuarry.Data.WebMappers
Assembly:
EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax protected override bool LayoutOnPost()
Protected Overrides Function LayoutOnPost As Boolean
Return Value
Type:
BooleanTrue if layout is required on a post-back, else False.
See Also