Class ModeSwitchEventArgs
Interface for mode switching event.
Inheritance
System.Object
ModeSwitchEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class ModeSwitchEventArgs : Object
Constructors
ModeSwitchEventArgs()
Declaration
public ModeSwitchEventArgs()
Properties
Element
Specifies the mode switcher element.
Declaration
public DOM Element { get; set; }
Property Value
Type | Description |
---|---|
DOM |
Mode
Specifies the color picker mode.
Declaration
public ColorPickerMode Mode { get; set; }
Property Value
Type | Description |
---|---|
ColorPickerMode |
Name
Specifies name of the event.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |