Class DateRangeButtonTextBuilder
Inheritance
System.Object
DateRangeButtonTextBuilder
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 DateRangeButtonTextBuilder
Constructors
DateRangeButtonTextBuilder(DateRangeButtonText)
Initializes a new instance of the Syncfusion.JavaScript.DateRangeButtonTextBuilder.DateRangeButtonText class.
Declaration
public DateRangeButtonTextBuilder(DateRangeButtonText DateRangeButtonText)
Parameters
Type | Name | Description |
---|---|---|
DateRangeButtonText | DateRangeButtonText |
Methods
Apply(String)
Specifies the button text for 'Apply' button in the DateRangePicker popup.
Declaration
public DateRangeButtonTextBuilder Apply(string apply)
Parameters
Type | Name | Description |
---|---|---|
System.String | apply |
Returns
Type | Description |
---|---|
DateRangeButtonTextBuilder |
Cancel(String)
Specifies the button text for 'Cancel' button in the DateRangePicker popup.
Declaration
public DateRangeButtonTextBuilder Cancel(string cancel)
Parameters
Type | Name | Description |
---|---|---|
System.String | cancel |
Returns
Type | Description |
---|---|
DateRangeButtonTextBuilder |
Reset(String)
Specifies the button text for 'Reset' button in the DateRangePicker popup.
Declaration
public DateRangeButtonTextBuilder Reset(string reset)
Parameters
Type | Name | Description |
---|---|---|
System.String | reset |
Returns
Type | Description |
---|---|
DateRangeButtonTextBuilder |