Namespace Syncfusion.Blazor.Buttons
Classes
_Imports |
ChangeArgs<TChecked>
Interface for Radio Button change event arguments. |
ChangeEventArgs<TChecked>
Arguments for |
CheckBoxModel<TChecked>
Interface for a class CheckBox |
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 |
IconPosition
Defines the icon position of Button. |
LabelPosition
Defines the label position of component. |
SelectionType
Different selection types that are applicable for the Chip component. |
SfButton
The Button is a graphical user interface element that triggers an event on its click action. It can contain a text, an image, or both. |
SfCheckBox<TChecked>
The CheckBox is a graphical user interface element that allows you to select one or more options from the choices. It contains checked, unchecked, and indeterminate states. |
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. |
SfInputBase<TChecked>
A base class for form input components. |
SfRadioButton<TChecked>
The RadioButton is a graphical user interface element that allows you to select one option from the choices. It contains checked and unchecked states. |
SfSwitch<TChecked>
The Switch is a graphical user interface element that allows you to toggle between checked and unchecked states. |