EditorCaptionSettingsBase Class
In This Article
The base class for editor caption settings.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class EditorCaptionSettingsBase :
CaptionSettingsBase
#Related API Members
The following members return EditorCaptionSettingsBase objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASPx |
|
ASP. |
MVCx |
MVCx |
#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
Object
StateManager
PropertiesBase
CaptionSettingsBase
EditorCaptionSettingsBase
See Also