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

MVCxImageEditProperties.CaptionSettings Property

Provides access to the editor caption settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public EditorCaptionSettingsBase CaptionSettings { get; }

Property Value

Type Description
EditorCaptionSettingsBase

A EditorCaptionSettingsBase object containing the editor caption properties.

See Also