alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum SelectionMode

    Specifies the selection behavior of the SfButtonGroup.

    Namespace: Syncfusion.Blazor.SplitButtons
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum SelectionMode
    Remarks

    The selection mode determines how many buttons can be selected at a time within the group, enabling behaviors like radio buttons or checkboxes.

    Fields

    Name Description
    Default

    Disables selection functionality, and the buttons in the group act as standard buttons.

    Multiple

    Allows multiple buttons to be selected simultaneously, creating a checkbox-like behavior.

    Single

    Allows a single button to be selected at a time, creating a radio button-like behavior.

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