BootstrapFileManagerToolbarCustomButton Class
In This Article
A custom toolbar item.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public class BootstrapFileManagerToolbarCustomButton :
FileManagerToolbarCustomButton,
IBootstrapFileManagerToolbarItem
#Remarks
<dx:BootstrapFileManager runat="server" ID="FileManager1">
<SettingsToolbar>
<Items>
<dx:BootstrapFileManagerToolbarCustomButton Text="Custom Text" CommandName="command1" />
...
</Items>
</SettingsToolbar>
</dx:BootstrapFileManager>
#Inheritance
Object
StateManager
CollectionItem
FileManagerToolbarItemBase
FileManagerToolbarCustomButton
BootstrapFileManagerToolbarCustomButton
See Also