Calendar.LoadViewState(Object) Method

Definition

Loads a saved state of the Calendar control.

protected:
 override void LoadViewState(System::Object ^ savedState);
protected override void LoadViewState (object savedState);
override this.LoadViewState : obj -> unit
Protected Overrides Sub LoadViewState (savedState As Object)

Parameters

savedState
Object

A Object that contains the saved condition of the Calendar.

Applies to