Back to Devexpress

FABCollectionItemBase.ActionName Property

aspnet-devexpress-dot-web-dot-fabcollectionitembase.md

latest2.0 KB
Original Source

FABCollectionItemBase.ActionName Property

Gets or sets a value that specifies the action/action item’s name.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string ActionName { get; set; }
vb
<DefaultValue("")>
Public Property ActionName As String

Property Value

TypeDefaultDescription
StringString.Empty

A string value that specifies the action name.

|

Remarks

aspx
<dx:FABActionGroup ContextName="FocusedRowContext">
    <ExpandImage Url="../Content/FloatingActionButton/Images/EditRowContext.svg"></ExpandImage>
    <Items>
        <dx:FABActionItem ActionName="DeleteRow" Text="Delete">
            <Image Url="../Content/FloatingActionButton/Images/Delete.svg"></Image>
        </dx:FABActionItem>
        <dx:FABActionItem ActionName="EditRow" Text="Edit">
            <Image Url="../Content/FloatingActionButton/Images/Edit.svg"></Image>
        </dx:FABActionItem>
    </Items>
</dx:FABActionGroup>

Concept

Floating Action Button

Online Demo

Floating Action Button - Features

See Also

FABCollectionItemBase Class

FABCollectionItemBase Members

DevExpress.Web Namespace