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


Defines properties that allow customizing the appearance of the calendar in Resource view.

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

 Public Properties

  Name Description

BottomTimelineSettings

Gets the settings for the bottom timeline.

GridStyle

Gets or sets the style of the grid.

GroupHeaderSize

Gets or sets the size of the group header.

GroupHeaderStyle

Gets or sets the appearance style used to paint the group header.

MainHeaderStyle

Gets or sets the appearance style used to paint the main header.

MiddleTimelineSettings

Gets the settings for the middle timeline.

Style

Gets or sets the appearance style used to paint the calendar.

Timelines

Gets or sets the number of timelines displayed in the view.

TopTimelineSettings

Gets the settings for the top timeline.

VisibleCells

Gets or sets the number of cells visible at the same time.

 Inherited Public Properties

  Name Description

IsTrackingViewState

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

Style

Gets a style object that encapsulates the appearance settings for the view. (Inherited from ViewSettings.)

 Inherited 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. (Inherited from ViewSettings.)

 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.

 Inherited Public Methods

  Name Description

LoadViewState

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

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. (Inherited from ViewSettings.)

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. (Inherited from ViewSettings.)

 Inherited Public Events

  Name Description

SettingsChanged

Raised when the view settings change. (Inherited from ViewSettings.)

 See Also

ResourceViewSettings Class
MindFusion.Scheduling.WebForms Namespace