menu

ASP.NET Core

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ButtonText

    Show / Hide Table of Contents

    Class ButtonText

    Inheritance
    System.Object
    EJTagHelper
    ButtonText
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved