Namespace Syncfusion.Blazor.Buttons
Classes
ChangeArgs<TChecked>
Provides event data for radio button value changes in the Syncfusion Blazor Buttons library. |
ChangeEventArgs<TChecked>
Provides event data for the |
CheckBoxModel<TChecked>
Model class for Syncfusion Blazor CheckBox input, defining properties for appearance, behavior, accessibility, and form support. |
ChipDeletedEventArgs
Provides information about the Deleted event callback. |
ChipEventArgs
Interface for Chip Events. |
ChipEvents
Configure handlers to handle the events with the Chip component. |
ChipItem
A Chip is a small block of essential information that contains the text, image, or both and mostly used in contacts, mails, or filter tags. |
ChipItems
Configures the collection of chipitem. |
FabPosition
Specifies the positional options for the SfFab component relative to its Target container or the viewport. |
IconName
Specifies all icon names that can be rendered using the SfIcon component when the Name property is set. This enumeration includes identifiers for all available predefined icons, allowing clear selection in UI scenarios where iconography is important for user interaction. |
IconPosition
Specifies the layout position of an icon inside a SfButton. |
IconSize
Specifies the available icon sizes for rendering icons within the SfIcon component when using the Name property. |
LabelPosition
Specifies the possible label positions for components supporting label alignment. |
LinearDirection
Determines the direction in which speed dial action items (SpeedDialItems) are positioned, when Mode is Linear. |
RadialDirection
Specifies the arrangement/order of speed dial action items (SpeedDialItems) when the Mode is Radial. |
SelectionChangedEventArgs
Provides information about the SelectionChanged event call back. |
SelectionType
Different selection types that are applicable for the Chip component. |
SfButton
Represents a graphical user interface Microsoft.AspNetCore.Components.ComponentBase that triggers events when clicked, supporting text, icons, SVG, or a combination as its content. |
SfCheckBox<TChecked>
Represents a configurable CheckBox component which allows the user to select, deselect, or display an indeterminate state. This component supports checked, unchecked, and indeterminate states, and can be used in forms or as a standalone UI input to collect binary or triple-state responses. |
SfChip
The SfChip component displays a list of chip each of which contains a block of essential information that triggers an event on click action. |
SfFab
Represents the Blazor Floating Action Button (FAB), which is an extension of the SfButton component that floats above page content and enables quick access to the primary action. |
SfIcon
SfIcon component used to render the predefined syncfusion icons using Name property or custom font icons using IconCss property. |
SfInputBase<TChecked>
Provides a base class for form input components in Syncfusion Blazor, encapsulating common functionality and API contracts for input controls with checked/value states. |
SfRadioButton<TChecked>
Represents a RadioButton component, which is a graphical interface element that allows users to select a single option from a group. It supports checked and unchecked states for user interaction and custom logic. |
SfSpeedDial
The Blazor SpeedDial component that appears in front of all the contents of the page and displays list of action buttons on click which is an extended version of FAB. |
SfSwitch<TChecked>
Represents the Switch component which provides a graphical toggle that allows users to choose between checked (ON) and unchecked (OFF) states efficiently. |
SpeedDialAnimationEffect
Controls the animation effect applied when the speed dial items open and close. |
SpeedDialAnimationSettings
Provides a set of options to configure the animation behavior when opening and closing the popup of the SfSpeedDial component, enabling users to customize animation effects, durations, and delays. This helps create a visually appealing and responsive user experience. |
SpeedDialBeforeOpenCloseEventArgs
Provides information about the Opening and Closing event callbacks, allowing optional cancellation of the opening or closing action. |
SpeedDialItem
Represents an action item for the SfSpeedDial component, enabling the inclusion of icon, text, or both in a SpeedDial action item. |
SpeedDialItemEventArgs
Provides information about the ItemRendered and ItemClicked event callbacks, detailing the specific item and its DOM element. |
SpeedDialItems
Defines a collection to group multiple SpeedDialItem components inside the SfSpeedDial for rendering action items in the SpeedDial control. |
SpeedDialMode
Specifies how the speed dial action items (SpeedDialItems) are displayed for the SfSpeedDial component. |
SpeedDialOpenCloseEventArgs
Provides information about the Opened and Closed event callbacks after the popup has been fully opened or closed. |
SpeedDialRadialSettings
Provides configuration options to precisely customize the placement, spacing, and direction of speed dial action buttons when the SfSpeedDial |