menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateTimePickerMaskPlaceholder - API Reference

    Show / Hide Table of Contents

    Class DateTimePickerMaskPlaceholder

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    DateTimePickerMaskPlaceholder
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.Calendars
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DateTimePickerMaskPlaceholder : EJTagHelper

    Constructors

    DateTimePickerMaskPlaceholder()

    Declaration
    public DateTimePickerMaskPlaceholder()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    Day

    Specifies the mask placeholder value for day section.

    Declaration
    [HtmlAttributeName("day")]
    public string Day { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "day"

    DayOfTheWeek

    Specifies the mask placeholder value for day of the week section.

    Declaration
    [HtmlAttributeName("dayOfTheWeek")]
    public string DayOfTheWeek { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "day of the week"

    Hour

    Specifies the mask placeholder value for hour section.

    Declaration
    [HtmlAttributeName("hour")]
    public string Hour { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "hour"

    Minute

    Specifies the mask placeholder value for minute section.

    Declaration
    [HtmlAttributeName("minute")]
    public string Minute { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "minute"

    Month

    Specifies the mask placeholder value for month section.

    Declaration
    [HtmlAttributeName("month")]
    public string Month { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "month"

    Second

    Specifies the mask placeholder value for second section.

    Declaration
    [HtmlAttributeName("second")]
    public string Second { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "second"

    Year

    Specifies the mask placeholder value for year section.

    Declaration
    [HtmlAttributeName("year")]
    public string Year { get; set; }
    Property Value
    Type Description
    System.String

    The default value is "year"

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved