Back to Devexpress

ImageEditSettings.Properties Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-imageeditsettings-5c8bbd80.md

latest1.7 KB
Original Source

ImageEditSettings.Properties Property

Provides access to the settings that are specific to the Image.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
MVCxImageEditProperties

An MVCxImageEditProperties object containing the Image specific settings.

|

Remarks

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

See Also

Image

ImageEditSettings

ImageEditSettings Members

DevExpress.Web.Mvc Namespace