MindFusion.UI for WebForms Programmer's Guide

Calendar Class

Remarks See Also
 





Represents a light-weight calendar control.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public class Calendar : WebControl, IScriptControl, IPostBackDataHandler, IStateManager, IHostControl

Visual Basic  Copy Code

Public Class Calendar
    Inherits WebControl
    Implements IScriptControl, IPostBackDataHandler, IStateManager, IHostControl

 Remarks

For additional information on how to use the control, please refer to the Calendar topic in the Using the controls section.

 Inheritance Hierarchy

System.Object
    System.Web.UI.Control
        System.Web.UI.WebControls.WebControl
            MindFusion.UI.Web.Calendar

 See Also