UI for ASP.NET Core
The UI for ASP.NET Core SplitButton is a standard UI component that gives users a choice between clicking the button for a default action or selecting a secondary command from a related dropdown list. The SplitButton eliminates the need for multiple buttons, simplifies the application UI and saves screen real estate. It has built-in support for icons, varied sizes, fill mode, theme color, disabling items, RTL support and multiple UI customization options.
The ASP.NET Core SplitButton allows rendering of text, icons or a combination of both. You can add icons to the button and to each of the items in the dropdown list.
See how to use icons for the ASP.NET Core SplitButton item.
The Telerik UI for ASP.NET Core SplitButton includes multiple built-in properties to make customization of its look and feel easy. The appearance configuration options include SplitButton size, theme color, fill mode and border radius.
Try out the different appearance settings for the ASP.NET Core SplitButton component.
Like the rest of the UI for ASP.NET Core components, the SplitButton supports keyboard shortcuts for focusing and interacting with the component using only a keyboard.
Try out the keyboard shortcuts for the ASP.NET Core SplitButton component.
The Telerik UI for ASP.NET Core SplitButton control is compliant with Section 508 and follows all WCAG 2.1 guidelines to be easily accessed by all users.
The Telerik UI for ASP.NET Core SplitButton comes with two options for implementation—using HTML or Tag Helpers. The code examples for each flavor are available under the “View Code” tab in each demo of the SplitButton.
You can satisfy any cultural preference with the Telerik UI for ASP.NET
Core SplitButton component by toggling between left-to-right and
right-to-left text direction with only a few settings.
See an example of the ASP.NET
Core SplitButton right-to-left support.
The UI for ASP.NET Core SplitButton component has several built-in themes such as Default (our own styling), Material (based on the Material Design guidelines), Bootstrap and Fluent (based on Microsoft Fluent UI). You can easily customize any of the out-of-the-box themes with a few lines of CSS or create a new theme to match your colors and branding by using the Telerik SASS ThemeBuilder application.