MindFusion.Scheduling for ASP.NET Programmer's Guide
ViewSettings Members
Properties Methods Events
 


The base class for the different view settings classes.

The following tables list the members exposed by the ViewSettings type.

 Public Properties

  Name Description

IsTrackingViewState

IStateManager.IsTrackingViewState override. Gets a value that indicates whether the server control is saving changes to its view state.

Style

Gets a style object that encapsulates the appearance settings for the view.

 Protected Properties

  Name Description

ViewState

Gets a dictionary of state information that allows you to save and restore the view state of the server control across multiple requests for the same page.

 Public Methods

  Name Description

LoadViewState

WebControl.LoadViewState override. Restores view-state information from a previous page request that was saved by the SaveViewState method.

SaveViewState

WebControl.SaveViewState override. Saves any server control view-state changes that have occurred since the time the page was posted back to the server.

TrackViewState

WebControl.TrackViewState override. Causes tracking of view-state changes to the server control so they can be stored in the server control's StateBag object.

 Public Events

  Name Description

SettingsChanged

Raised when the view settings change.

 See Also

ViewSettings Class
MindFusion.Scheduling.WebForms Namespace