Skip to main content
All docs
V25.1
  • BootstrapFileManagerSettingsUpload.ValidationSettings Property

    Gives access to the validation settings.

    Namespace: DevExpress.Web.Bootstrap

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

    #Declaration

    [PersistenceMode(PersistenceMode.InnerProperty)]
    public BootstrapFileManagerValidationSettings ValidationSettings { get; }

    #Property Value

    Type Description
    BootstrapFileManagerValidationSettings

    The validation settings.

    #Property Paths

    You can access this nested property as listed below:

    Object Type Path to ValidationSettings
    BootstrapFileManager
    .SettingsUpload .ValidationSettings

    #Remarks

    Copy
    <dx:BootstrapFileManager runat="server" ID="FileManagerRoles" Height="500px" OnCustomCallback="FileManagerRoles_CustomCallback">
        <SettingsUpload >
            <ValidationSettings ... />
        </SettingsToolbar>
    </dx:BootstrapFileManager>
    
    See Also