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 |