EditorCaptionSettingsBase Class
The base class for editor caption settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Related API Members
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 |
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
Inheritance
See Also