The ASP.NET MVC Speed Dial component is an extension of the ASP.NET MVC Floating Action Button that displays a list of action buttons when clicked. It displays action buttons in linear and radial directions.
Place the Speed Dial button in various built-in positions on the target element or page.
Several predefined styles are available:
Templates are used to customize the default appearance of the Speed Dial. The Angular Speed Dial component supports item and popup templates.
Modal popup mode enables an overlay to prevent background interaction when popup action items are opened.
The ASP.NET MVC Speed Dial supports these built-in themes: Tailwind CSS, Bootstrap 5, Bootstrap 4, Bootstrap, Material, Fabric, Fluent, and high contrast. Users can customize one of these built-in themes or create new themes to achieve their desired look and feel by simply overriding SASS variables or using our Theme Studio application.
Easily get started with the ASP.NET MVC Speed Dial using a few simple lines of C# code example as demonstrated below. Also explore our ASP.NET MVC Speed Dial Example that shows you how to render and configure the ASP.NET MVC Speed Dial.
@{
List<SpeedDialItem> items = new List<SpeedDialItem>();
items.Add(new SpeedDialItem { Text="Cut" });
items.Add(new SpeedDialItem { Text="Copy" });
items.Add(new SpeedDialItem { Text="Paste" });
items.Add(new SpeedDialItem { Text="Delete" });
items.Add(new SpeedDialItem { Text="Save" });
}
@using Syncfusion.EJ2.Buttons
<div class="control-section">
@Html.EJS().SpeedDial("speeddial").Content("Edit").Items(items).Render()
</div>
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.