Skip to main content
A newer version of this page is available. .

ImageEditSettings.Properties Property

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

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxImageEditProperties Properties { get; }

Property Value

Type Description
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