Skip to main content
Tab

BinaryImageEditingSettings.UploadSettings Property

Provides access to the binary image upload settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public BinaryImageUploadSettings UploadSettings { get; }

Property Value

Type Description
BinaryImageUploadSettings

A BinaryImageUploadSettings object that contains upload settings.

Property Paths

You can access this nested property as listed below:

Object Type Path to UploadSettings
ASPxBinaryImage
.EditingSettings .UploadSettings
BinaryImageEditProperties
.EditingSettings .UploadSettings

Remarks

When the BinaryImageEditingSettings.Enabled property is set to true, end-users can upload images to control. Use the UploadSettings property to specify the control uploading settings.

See Also