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

FormLayoutSettings<ModelType>.LeftAndRightCaptionsWidth Property

Gets or sets the width of captions that are displayed on the left or right of the nested control.

Namespace: DevExpress.Web.Mvc

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

Declaration

public int LeftAndRightCaptionsWidth { get; set; }

Property Value

Type Description
Int32

A Int32 value that is the caption’s width.

See Also