Spread ASP.NET 16
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / MaskedEditCellType Class / UserTimeFormat Property


In This Topic
    UserTimeFormat Property
    In This Topic
    Gets or sets the time format for the mask input.
    Syntax
    'Declaration
     
    Public Property UserTimeFormat As AjaxControlToolkit.MaskedEditUserTimeFormat
    'Usage
     
    Dim instance As MaskedEditCellType
    Dim value As AjaxControlToolkit.MaskedEditUserTimeFormat
     
    instance.UserTimeFormat = value
     
    value = instance.UserTimeFormat
    public AjaxControlToolkit.MaskedEditUserTimeFormat UserTimeFormat {get; set;}

    Property Value

    String containing the event data
    See Also