Back to Devexpress

FloatingActionButtonSettings Class

aspnetmvc-devexpress-dot-web-dot-mvc-2389d142.md

latest2.2 KB
Original Source

FloatingActionButtonSettings Class

Contains the Floating Action Button extension settings.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public class FloatingActionButtonSettings :
    SettingsBase
vb
Public Class FloatingActionButtonSettings
    Inherits SettingsBase

Remarks

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.

Inheritance

Object SettingsBase FloatingActionButtonSettings

See Also

FloatingActionButtonSettings Members

DevExpress.Web.Mvc Namespace