Skip to main content
All docs
V19.2

MVCxCheckBoxProperties.CaptionStyle Property

Gets the style settings that define the caption appearance.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public EditorCaptionStyle CaptionStyle { get; }

Property Value

Type Description
EditorCaptionStyle

An EditorCaptionStyle object that contains the style settings.

See Also