Skip to main content
A newer version of this page is available. .

FloatingActionButtonSettings Class

Contains the Floating Action Button extension settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public class FloatingActionButtonSettings :
    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