Class PaletteTileEventArgs
Provides information about the in OnTileRender
event callback.
Inheritance
System.Object
PaletteTileEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class PaletteTileEventArgs : Object
Constructors
PaletteTileEventArgs()
Declaration
public PaletteTileEventArgs()
Properties
PresetName
Gets or sets a value that indicates the preset name.
Declaration
public string PresetName { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |
Value
Gets or sets a value that indicates the color value.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |