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

EditorCaptionSettingsBase Class

The base class for editor caption settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public class EditorCaptionSettingsBase :
    CaptionSettingsBase

The following members return EditorCaptionSettingsBase objects:

Library Related API Members
ASP.NET Controls and MVC Extensions ASPxProgressBar.CaptionSettings
ASPxStaticEdit.CaptionSettings
ASP.NET Bootstrap Controls BootstrapImage.CaptionSettings
BootstrapImageEditProperties.CaptionSettings
ASP.NET MVC Extensions MVCxImageEditProperties.CaptionSettings
MVCxProgressBarProperties.CaptionSettings

Remarks

The EditorCaptionSettingsBase class serves as the base class which implements the common functionality for editor caption settings. This functionality is inherited by the EditorCaptionSettingsBase class’s descendants, e.g. the EditorCaptionSettings.

Implements

See Also