menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ColorPickerButtonTextBuilder

    Initializes a new instance of the ColorPickerButtonTextBuilder class.

    Inheritance
    System.Object
    ColorPickerButtonTextBuilder
    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 ColorPickerButtonTextBuilder

    Constructors

    ColorPickerButtonTextBuilder(ColorPickerButtonText)

    Initializes a new instance of the ColorPickerButtonTextBuilder class.

    Declaration
    public ColorPickerButtonTextBuilder(ColorPickerButtonText buttonText)
    Parameters
    Type Name Description
    ColorPickerButtonText buttonText

    Methods

    Apply(String)

    Allows to customize the text to be displayed in 'Apply' button.

    Declaration
    public ColorPickerButtonTextBuilder Apply(string apply)
    Parameters
    Type Name Description
    System.String apply
    Returns
    Type Description
    ColorPickerButtonTextBuilder

    Cancel(String)

    Allows to customize the text to be displayed in 'Cancel' button.

    Declaration
    public ColorPickerButtonTextBuilder Cancel(string cancel)
    Parameters
    Type Name Description
    System.String cancel
    Returns
    Type Description
    ColorPickerButtonTextBuilder

    Swatches(String)

    Allows to customize the text to be displayed in 'Swatches' button.

    Declaration
    public ColorPickerButtonTextBuilder Swatches(string swatches)
    Parameters
    Type Name Description
    System.String swatches
    Returns
    Type Description
    ColorPickerButtonTextBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved