A newer version of this page is available.
Switch to the current version.
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; }
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property ValidationSettings As BootstrapUploadControlValidationSettings
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
Feedback