Class ButtonTextBuilder
Inheritance
System.Object
ButtonTextBuilder
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
Assembly: Syncfusion.EJ.dll
Syntax
public class ButtonTextBuilder
Constructors
ButtonTextBuilder(ButtonText)
Initializes a new instance of the Syncfusion.JavaScript.ButtonTextBuilder.ButtonText class.
Declaration
public ButtonTextBuilder(ButtonText buttonText)
Parameters
Type | Name | Description |
---|---|---|
ButtonText | buttonText |
Methods
Done(String)
Specifies the button text for 'Done' button in the DateTimePicker popup.
Declaration
public ButtonTextBuilder Done(string done)
Parameters
Type | Name | Description |
---|---|---|
System.String | done |
Returns
Type | Description |
---|---|
ButtonTextBuilder |
TimeNow(String)
Specifies the button text for 'Time Now' button in the DateTimePicker popup.
Declaration
public ButtonTextBuilder TimeNow(string timeNow)
Parameters
Type | Name | Description |
---|---|---|
System.String | timeNow |
Returns
Type | Description |
---|---|
ButtonTextBuilder |
TimeTitle(String)
Specifies the text for time title in the DateTimePicker popup.
Declaration
public ButtonTextBuilder TimeTitle(string timeTitle)
Parameters
Type | Name | Description |
---|---|---|
System.String | timeTitle |
Returns
Type | Description |
---|---|
ButtonTextBuilder |
Today(String)
Specifies the button text for 'Today' button in the DateTimePicker popup.
Declaration
public ButtonTextBuilder Today(string today)
Parameters
Type | Name | Description |
---|---|---|
System.String | today |
Returns
Type | Description |
---|---|
ButtonTextBuilder |