Skip to main content
A newer version of this page is available. .

BootstrapUploadControl.ValidationSettings Property

Gets the control’s validation settings.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapUploadControlValidationSettings

A BootstrapUploadControlValidationSettings object that contains validation settings.

Remarks

Note

View the Demo To see this feature in action, please refer to the following online demo: Default UploadControl.

See Also