MindFusion.Scheduling for ASP.NET Programmer's Guide
ItemStyle.SaveViewState Method
See Also
 





Saves any view-state changes that have occurred on the ItemStyle object.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public override object SaveViewState ()

Visual Basic  Copy Code

Public Overrides Function SaveViewState () As Object

 Return Value

Type: Object
Returns a System.Object with the current view state. If there is no view state associated with the ItemStyle, this method returns null (Nothing in VB.NET).

 See Also

ItemStyle Members
ItemStyle Class
MindFusion.Scheduling Namespace