Click or drag to resize

MapperDatasheetViewState Property

The ViewState for the current page. Used to maintain filter and sort state across postbacks.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public override StateBag ViewState { set; }

Property Value

Type: StateBag

Implements

IMapperViewState
See Also