Blazor

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

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved