Class TimePickerMaskPlaceholder
Inheritance
System.Object
TimePickerMaskPlaceholder
Assembly: Syncfusion.EJ2.dll
Syntax
public class TimePickerMaskPlaceholder : EJTagHelper
Constructors
TimePickerMaskPlaceholder()
Declaration
public TimePickerMaskPlaceholder()
Properties
ContentTemplate
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Day
Declaration
public string Day { get; set; }
Property Value
Type |
Description |
System.String |
|
DayOfTheWeek
Declaration
public string DayOfTheWeek { get; set; }
Property Value
Type |
Description |
System.String |
|
Hour
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
Minute
Declaration
public string Minute { get; set; }
Property Value
Type |
Description |
System.String |
|
Month
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
Second
Declaration
public string Second { get; set; }
Property Value
Type |
Description |
System.String |
|
Year
Declaration
public string Year { get; set; }
Property Value
Type |
Description |
System.String |
|