Back to Devexpress

FABActionItem.Image Property

aspnet-devexpress-dot-web-dot-fabactionitem.md

latest2.0 KB
Original Source

FABActionItem.Image Property

Gets the settings of an image displayed within the action item.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public ImageProperties Image { get; }
vb
Public ReadOnly Property Image As ImageProperties

Property Value

TypeDescription
ImageProperties

A ImageProperties object that contains image settings.

|

Remarks

Use the Image property to specify the image displayed within the action item.

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

FABActionItem Class

FABActionItem Members

DevExpress.Web Namespace