Back to Devexpress

EditorCaptionCellStyle Class

aspnet-devexpress-dot-web-0b7fda75.md

latest4.3 KB
Original Source

EditorCaptionCellStyle Class

Defines style settings for the editor’s caption container.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class EditorCaptionCellStyle :
    AppearanceStyle
vb
Public Class EditorCaptionCellStyle
    Inherits AppearanceStyle

The following members return EditorCaptionCellStyle objects:

Show 20 links

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

Remarks

The EditorCaptionCellStyle class contains settings that define the appearance of the editor caption container.

An object of the EditorCaptionCellStyle type can be accessed via the ASPxEditBase.CaptionCellStyle property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle EditorCaptionCellStyle

See Also

EditorCaptionCellStyle Members

DevExpress.Web Namespace