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

MVCxFormLayoutItem.CaptionSettings Property

Provides access to the layout item caption settings.

Namespace: DevExpress.Web.Mvc

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

Declaration

public MVCxLayoutItemCaptionSettings CaptionSettings { get; }

Property Value

Type Description
MVCxLayoutItemCaptionSettings

A MVCxLayoutItemCaptionSettings object containing the layout item caption properties.

See Also