Class ModeSwitchEventArgs
Provides information about the in ModeSwitch
event callback.
Inheritance
System.Object
ModeSwitchEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class ModeSwitchEventArgs : Object
Constructors
ModeSwitchEventArgs()
Declaration
public ModeSwitchEventArgs()
Properties
Mode
Gets or sets a value that indicates the color picker mode.
Declaration
public ColorPickerMode Mode { get; set; }
Property Value
Type | Description |
---|---|
ColorPickerMode | One of the ColorPickerMode enumeration values that represents the color picker mode. |
Name
Gets or sets a value that indicates the name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |