ASPxUploadControl.ValidationSettings Property
Gets the control’s validation settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
UploadControlValidationSettings | A UploadControlValidationSettings object that contains validation settings. |
Remarks
Use the ValidationSettings property to access and customize the settings that relate to the ASPxUploadControl control’s validation.
See Also