ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputDateBase Class / ClickAction Property

In This Topic
    ClickAction Property (InputDateBase)
    In This Topic
    Gets or sets a value that specifies the action to perform when the user clicks the input element in the control.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    Public Property ClickAction As ClickAction
    [DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    public ClickAction ClickAction {get; set;}
    See Also