Back to Devexpress

EditorCaptionSettings Class

aspnet-devexpress-dot-web-c7aca59b.md

latest3.6 KB
Original Source

EditorCaptionSettings Class

Contains settings specific to the editor caption.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

The following members return EditorCaptionSettings objects:

Show 18 links

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxEdit.CaptionSettings
ASP.NET MVC ExtensionsMVCxBinaryImageEditProperties.CaptionSettings
MVCxButtonEditProperties.CaptionSettings
MVCxCalendarProperties.CaptionSettings
MVCxCheckBoxListProperties.CaptionSettings
MVCxColorEditProperties.CaptionSettings
MVCxComboBoxProperties.CaptionSettings
MVCxDateEditProperties.CaptionSettings
MVCxDropDownEditProperties.CaptionSettings
MVCxGridLookupProperties.CaptionSettings
MVCxListBoxProperties.CaptionSettings
MVCxMemoProperties.CaptionSettings
MVCxRadioButtonListProperties.CaptionSettings
MVCxSpinEditProperties.CaptionSettings
MVCxTextBoxProperties.CaptionSettings
MVCxTimeEditProperties.CaptionSettings
MVCxTokenBoxProperties.CaptionSettings
MVCxTrackBarProperties.CaptionSettings

Remarks

An object of the EditorCaptionSettings type can be accessed via the ASPxEdit.CaptionSettings property.

Implements

IStateManager

Inheritance

Object StateManager PropertiesBase CaptionSettingsBase EditorCaptionSettingsBase EditorCaptionSettings

See Also

EditorCaptionSettings Members

DevExpress.Web Namespace