Base class for C1WebDialog classes using ViewState.

Namespace:  C1.Web.Editor
Assembly:  C1.Web.Editor.2 (in C1.Web.Editor.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public abstract class ViewStateClass : IStateManager
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public MustInherit Class ViewStateClass _
	Implements IStateManager

Inheritance Hierarchy

See Also