Class ButtonText
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 ButtonText : EJTagHelper
Constructors
ButtonText()
Declaration
public ButtonText()
Properties
Done
Gets or sets the value indicating the 'Done' button in the DateTimePicker popup.
Declaration
[JsonProperty("done")]
public string Done { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TimeNow
Gets or sets the value indicating the 'Time Now' button in the DateTimePicker popup.
Declaration
[JsonProperty("timeNow")]
public string TimeNow { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TimeTitle
Gets or sets the value indicating the time title in the DateTimePicker popup.
Declaration
[JsonProperty("timeTitle")]
public string TimeTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Today
Gets or sets the value indicating the 'Today' button in the DateTimePicker popup.
Declaration
[JsonProperty("today")]
public string Today { get; set; }
Property Value
Type | Description |
---|---|
System.String |