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

FloatingActionButtonProperties.InitialActionContext Property

Specifies which floating action button’s action should be displayed when a page is initialized.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string InitialActionContext { get; set; }

Property Value

Type Default Description
String String.Empty

The action’s context name.

See Also