Skip to main content

MVCxListBoxProperties.CaptionStyle Property

Gets the style settings that define the caption appearance.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public EditorCaptionStyle CaptionStyle { get; }

Property Value

Type Description
EditorCaptionStyle

An EditorCaptionStyle object that contains the style settings.

See Also