Skip to main content
All docs
V24.1

BootstrapFileManagerSettingsUpload.ValidationSettings Property

Gives access to the validation settings.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v24.1.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