Back to Devexpress

EditorCaptionSettingsBase Class

aspnet-devexpress-dot-web-34f476b3.md

latest2.1 KB
Original Source

EditorCaptionSettingsBase Class

The base class for editor caption settings.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class EditorCaptionSettingsBase :
    CaptionSettingsBase
vb
Public Class EditorCaptionSettingsBase
    Inherits CaptionSettingsBase

The following members return EditorCaptionSettingsBase objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxProgressBar.CaptionSettings
ASPxStaticEdit.CaptionSettings
ASP.NET MVC ExtensionsMVCxImageEditProperties.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

IStateManager

Inheritance

Object StateManager PropertiesBase CaptionSettingsBase EditorCaptionSettingsBase EditorCaptionSettings

See Also

EditorCaptionSettingsBase Members

DevExpress.Web Namespace