aspnet-devexpress-dot-web-34f476b3.md
The base class for editor caption settings.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class EditorCaptionSettingsBase :
CaptionSettingsBase
Public Class EditorCaptionSettingsBase
Inherits CaptionSettingsBase
The following members return EditorCaptionSettingsBase objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxProgressBar.CaptionSettings |
| ASPxStaticEdit.CaptionSettings | |
| ASP.NET MVC Extensions | MVCxImageEditProperties.CaptionSettings |
| MVCxProgressBarProperties.CaptionSettings |
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.
Object StateManager PropertiesBase CaptionSettingsBase EditorCaptionSettingsBase EditorCaptionSettings
See Also