ASP.NET MVC - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DatePickerMaskPlaceholder

    Show / Hide Table of Contents

    Class DatePickerMaskPlaceholder

    Inheritance
    System.Object
    EJTagHelper
    DatePickerMaskPlaceholder
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.Calendars
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class DatePickerMaskPlaceholder : EJTagHelper

    Constructors

    DatePickerMaskPlaceholder()

    Declaration
    public DatePickerMaskPlaceholder()

    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
    public string Day { get; set; }
    Property Value
    Type Description
    System.String

    DayOfTheWeek

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

    Declaration
    public string DayOfTheWeek { get; set; }
    Property Value
    Type Description
    System.String

    Hour

    Specifies the mask placeholder value for hour section.

    Declaration
    public string Hour { get; set; }
    Property Value
    Type Description
    System.String

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    Minute

    Specifies the mask placeholder value for minute section.

    Declaration
    public string Minute { get; set; }
    Property Value
    Type Description
    System.String

    Month

    Specifies the mask placeholder value for month section.

    Declaration
    public string Month { get; set; }
    Property Value
    Type Description
    System.String

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    Second

    Specifies the mask placeholder value for second section.

    Declaration
    public string Second { get; set; }
    Property Value
    Type Description
    System.String

    Year

    Specifies the mask placeholder value for year section.

    Declaration
    public string Year { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved