menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class ColorPickerTooltipText

    Inheritance
    System.Object
    EJTagHelper
    ColorPickerTooltipText
    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 ColorPickerTooltipText : EJTagHelper

    Constructors

    ColorPickerTooltipText()

    Declaration
    public ColorPickerTooltipText()

    Properties

    AddButton

    Gets or sets the tooltip text for add button. 'AddButton' will be visible if 'ShowRecentColors' proeprty is set as true.

    Declaration
    [JsonProperty("addButton")]
    public string AddButton { get; set; }
    Property Value
    Type Description
    System.String

    Basic

    Gets or sets the tooltip text for basic button in swatches.

    Declaration
    [JsonProperty("basic")]
    public string Basic { get; set; }
    Property Value
    Type Description
    System.String

    CandyCrush

    Gets or sets the tooltip text for candy crush button in swatches.

    Declaration
    [JsonProperty("candyCrush")]
    public string CandyCrush { get; set; }
    Property Value
    Type Description
    System.String

    Citrus

    Gets or sets the tooltip text for citrus button in swatches.

    Declaration
    [JsonProperty("citrus")]
    public string Citrus { get; set; }
    Property Value
    Type Description
    System.String

    CurrentColor

    Gets or sets the tooltip text for current color element.

    Declaration
    [JsonProperty("currentcolor")]
    public string CurrentColor { get; set; }
    Property Value
    Type Description
    System.String

    FlatColors

    Gets or sets the tooltip text for flat colors button in swatches.

    Declaration
    [JsonProperty("flatColors")]
    public string FlatColors { get; set; }
    Property Value
    Type Description
    System.String

    LastColor

    Gets or sets the tooltip text for last selected color element.

    Declaration
    [JsonProperty("selectedcolor")]
    public string LastColor { get; set; }
    Property Value
    Type Description
    System.String

    Misty

    Gets or sets the tooltip text for misty button in swatches.

    Declaration
    [JsonProperty("misty")]
    public string Misty { get; set; }
    Property Value
    Type Description
    System.String

    MonoChrome

    Gets or sets the tooltip text for monochrome button in swatches.

    Declaration
    [JsonProperty("monoChrome")]
    public string MonoChrome { get; set; }
    Property Value
    Type Description
    System.String

    MoonLight

    Gets or sets the tooltip text for moonlight button in swatches.

    Declaration
    [JsonProperty("moonLight")]
    public string MoonLight { get; set; }
    Property Value
    Type Description
    System.String

    PinkShades

    Gets or sets the tooltip text for pink shades button in swatches.

    Declaration
    [JsonProperty("pinkShades")]
    public string PinkShades { get; set; }
    Property Value
    Type Description
    System.String

    Sandy

    Gets or sets the tooltip text for sandy button in swatches.

    Declaration
    [JsonProperty("sandy")]
    public string Sandy { get; set; }
    Property Value
    Type Description
    System.String

    SeaWolf

    Gets or sets the tooltip text for seawolf button in swatches.

    Declaration
    [JsonProperty("seaWolf")]
    public string SeaWolf { get; set; }
    Property Value
    Type Description
    System.String

    Switcher

    Gets or sets the tooltip text for swticher button.

    Declaration
    [JsonProperty("switcher")]
    public string Switcher { get; set; }
    Property Value
    Type Description
    System.String

    Vintage

    Gets or sets the tooltip text for vintage button in swatches.

    Declaration
    [JsonProperty("vintage")]
    public string Vintage { get; set; }
    Property Value
    Type Description
    System.String

    WebColors

    Gets or sets the tooltip text for web colors button in swatches.

    Declaration
    [JsonProperty("webColors")]
    public string WebColors { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved