[]
        
(Showing Draft Content)

FarPoint.Web.Spread.StateList-1

StateList<T> Class

The state list base.

Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class StateList<T> : ListBase<T>, IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable, IStateManager where T : IStateManager
Public Class StateList(Of T As IStateManager)
    Inherits ListBase(Of T)
    Implements IList(Of T), ICollection(Of T), IEnumerable(Of T), IList, ICollection, IEnumerable, IStateManager
Type Parameters
Name Description
T

Constructors

Name Description
StateList()

Initializes a new instance of the StateList<T> class.

Methods

Name Description
LoadViewState(object)

When implemented by a class, loads the server control's previously saved view state to the control.

SaveViewState()

When implemented by a class, saves the changes to a server control's view state to a object.