Skip to main content
Tab

EditorCaptionCellStyle Class

Defines style settings for the editor’s caption container.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class EditorCaptionCellStyle :
    AppearanceStyle

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