MindFusion.UI for WebForms Programmer's Guide

DatePicker Class

Remarks See Also
 





Represents a date picker control.

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

 Syntax

C#  Copy Code

public class DatePicker : WebControl, IScriptControl, IPostBackDataHandler, IStateManager

Visual Basic  Copy Code

Public Class DatePicker
    Inherits WebControl
    Implements IScriptControl, IPostBackDataHandler, IStateManager

 Remarks

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

 Inheritance Hierarchy

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

 See Also