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

EditorCaptionStyle Class

Defines style settings for the editor caption.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v21.2.dll

NuGet Package: DevExpress.Web

Declaration

public class EditorCaptionStyle :
    AppearanceStyleBase

Remarks

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

An object of the EditorCaptionStyle type can be accessed via the ASPxEditBase.CaptionStyle property.

See Also