Class TimeDrillDown
Inherited Members
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.JavaScript.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class TimeDrillDown : EJTagHelper
Constructors
TimeDrillDown()
Declaration
public TimeDrillDown()
Properties
AutoClose
Get or sets a value to close the popup automatically after choosing the time. Otherwise popup gets closed on focusout/choosing 'Time Now' button.
Declaration
[JsonProperty("autoClose")]
public bool AutoClose { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Enabled
Gets or sets a value to enable/disable the time drilldown in DateTimePicker.
Declaration
[JsonProperty("enabled")]
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Interval
Gets or sets a value indicating the interval time (in minutes) on selected date.
Declaration
[JsonProperty("interval")]
public int Interval { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ShowFooter
Gets or sets a value to show/hide the footer content in the DateTimePicker popup.
Declaration
[JsonProperty("showFooter")]
public bool ShowFooter { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShowMeridian
Gets or sets a value to show/hide the meridian with time in DateTimePicker.
Declaration
[JsonProperty("showMeridian")]
public bool ShowMeridian { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |