Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PaletteTileEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PaletteTileEventArgs

    Interface for before change event.

    Inheritance
    System.Object
    PaletteTileEventArgs
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PaletteTileEventArgs : Object

    Constructors

    PaletteTileEventArgs()

    Declaration
    public PaletteTileEventArgs()

    Properties

    Element

    Specifies the palette tile element.

    Declaration
    public DOM Element { get; set; }
    Property Value
    Type Description
    DOM

    Name

    Specifies name of the event.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    PresetName

    Specifies key name of the custom preset colors.

    Declaration
    public string PresetName { get; set; }
    Property Value
    Type Description
    System.String

    Value

    Specifies the color value.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved