aspnet-devexpress-dot-web-dot-fabcollectionitembase.md
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
[DefaultValue("")]
public string ActionName { get; set; }
<DefaultValue("")>
Public Property ActionName As String
| Type | Default | Description |
|---|---|---|
| String | String.Empty |
A string value that specifies the action name.
|
<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>
Floating Action Button - Features
See Also