Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    Declaration

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

    Property Value

    Type Default Description
    String String.Empty

    The action’s context name.

    See Also