Skip to main content
A newer version of this page is available. .
All docs
V20.2

BootstrapFileManagerSettingsUpload.ValidationSettings Property

Gives access to the validation settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v20.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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