Skip to main content
A newer version of this page is available. .
Tab

EditorCaptionCellStyle Class

Defines style settings for the editor’s caption container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class EditorCaptionCellStyle :
    AppearanceStyle

The following members return EditorCaptionCellStyle objects:

Show 47 links
Library Related API Members
ASP.NET Controls and MVC Extensions ASPxCheckBox.CaptionCellStyle
ASPxEditBase.CaptionCellStyle
ASPxHyperLink.CaptionCellStyle
ASPxLabel.CaptionCellStyle
MVCxBinaryImageEditProperties.CaptionCellStyle
MVCxButtonEditProperties.CaptionCellStyle
MVCxCalendarProperties.CaptionCellStyle
MVCxCheckBoxListProperties.CaptionCellStyle
MVCxCheckBoxProperties.CaptionCellStyle
MVCxColorEditProperties.CaptionCellStyle
MVCxComboBoxProperties.CaptionCellStyle
MVCxDateEditProperties.CaptionCellStyle
MVCxDropDownEditProperties.CaptionCellStyle
MVCxGridLookupProperties.CaptionCellStyle
MVCxImageEditProperties.CaptionCellStyle
MVCxListBoxProperties.CaptionCellStyle
MVCxMemoProperties.CaptionCellStyle
MVCxProgressBarProperties.CaptionCellStyle
MVCxRadioButtonListProperties.CaptionCellStyle
MVCxRadioButtonProperties.CaptionCellStyle
MVCxSpinEditProperties.CaptionCellStyle
MVCxTextBoxProperties.CaptionCellStyle
MVCxTimeEditProperties.CaptionCellStyle
MVCxTokenBoxProperties.CaptionCellStyle
MVCxTrackBarProperties.CaptionCellStyle
ASP.NET Bootstrap Controls BootstrapBinaryImage.CaptionCellStyle
BootstrapBinaryImageEditProperties.CaptionCellStyle
BootstrapButtonEdit.CaptionCellStyle
BootstrapCalendar.CaptionCellStyle
BootstrapCheckBoxList.CaptionCellStyle
BootstrapColorEdit.CaptionCellStyle
BootstrapComboBox.CaptionCellStyle
BootstrapDateEdit.CaptionCellStyle
BootstrapDropDownEdit.CaptionCellStyle
BootstrapHyperLink.CaptionCellStyle
BootstrapImage.CaptionCellStyle
BootstrapImageEditProperties.CaptionCellStyle
BootstrapListBox.CaptionCellStyle
BootstrapMemo.CaptionCellStyle
BootstrapProgressBar.CaptionCellStyle
BootstrapRadioButtonList.CaptionCellStyle
BootstrapSpinEdit.CaptionCellStyle
BootstrapTagBox.CaptionCellStyle
BootstrapTextBox.CaptionCellStyle
BootstrapTimeEdit.CaptionCellStyle
Reporting ReportParametersPanelEditorStyles.CaptionCell
ReportToolbarStyles.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.

See Also