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

    A toolbar item that refreshes the control’s content.

    Namespace: DevExpress.Web.Bootstrap

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

    #Declaration

    public class BootstrapFileManagerToolbarRefreshButton :
        FileManagerToolbarRefreshButton,
        IBootstrapFileManagerToolbarItem

    #Remarks

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