Skip to main content
All docs
V25.1
  • BootstrapFileManagerToolbarCopyButton Class

    A toolbar button that copies files and folders.

    Namespace: DevExpress.Web.Bootstrap

    Assembly: DevExpress.Web.Bootstrap.v25.1.dll

    #Declaration

    public class BootstrapFileManagerToolbarCopyButton :
        FileManagerToolbarCopyButton,
        IBootstrapFileManagerToolbarItem

    #Remarks

    <dx:BootstrapFileManager runat="server" ID="FileManager1">
        <SettingsToolbar>
            <Items>
                <dx:BootstrapFileManagerToolbarCopyButton ... />
                ...
            </Items>
        </SettingsToolbar>
    </dx:BootstrapFileManager>
    
    See Also