aspnetmvc-devexpress-dot-web-dot-mvc-2389d142.md
Contains the Floating Action Button extension settings.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class FloatingActionButtonSettings :
SettingsBase
Public Class FloatingActionButtonSettings
Inherits SettingsBase
To declare the Floating Action Button in a View, invoke the ExtensionsFactory.FloatingActionButton helper method. This method returns the Floating Action Button extension that is implemented by the FloatingActionButtonExtension class.
To configure the Floating Action Button extension, pass the FloatingActionButtonSettings object to the ExtensionsFactory.FloatingActionButton helper method as a parameter. The FloatingActionButtonSettings object contains all the floating action button extension settings.
Refer to the Floating Action Button topic to learn how to add the floating action button extension to your project.
Object SettingsBase FloatingActionButtonSettings
See Also