Back to Devexpress

BinaryImageEditingSettings.UploadSettings Property

aspnet-devexpress-dot-web-dot-binaryimageeditingsettings-e1ec4c42.md

latest2.0 KB
Original Source

BinaryImageEditingSettings.UploadSettings Property

Provides access to the binary image upload settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public BinaryImageUploadSettings UploadSettings { get; }
vb
Public ReadOnly Property UploadSettings As BinaryImageUploadSettings

Property Value

TypeDescription
BinaryImageUploadSettings

A BinaryImageUploadSettings object that contains upload settings.

|

Property Paths

You can access this nested property as listed below:

Object TypePath 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

Enabled

Binary Image

BinaryImageEditingSettings Class

BinaryImageEditingSettings Members

DevExpress.Web Namespace