Skip to main content

ImageEditSettings.Properties Property

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#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