BootstrapUploadControl.ValidationSettings Property
Gets the control’s validation settings.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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