Back to Devexpress

BinaryImageEditSettings.Properties Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-binaryimageeditsettings-9d4ad65c.md

latest1.8 KB
Original Source

BinaryImageEditSettings.Properties Property

Provides access to the settings which are specific to the BinaryImage.

Namespace : DevExpress.Web.Mvc

Assembly : DevExpress.Web.Mvc5.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public MVCxBinaryImageEditProperties Properties { get; }
vb
Public ReadOnly Property Properties As MVCxBinaryImageEditProperties

Property Value

TypeDescription
MVCxBinaryImageEditProperties

An MVCxBinaryImageEditProperties object containing BinaryImage specific settings.

|

Remarks

Use this property to get access to the BinaryImage specific settings. To access all the BinaryImage settings, use the members exposed by the BinaryImageEditSettings class.

See Also

BinaryImage

BinaryImageEditSettings

BinaryImageEditSettings Members

DevExpress.Web.Mvc Namespace