Skip to main content
Tab

ASPxFloatingActionButton.InitialActionContext Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
String String.Empty

A string value that specifies the action’s context name.

See Also