menu

Blazor

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

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved