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

FormLayoutSettings<ModelType>.AlignItemCaptions Property

Gets or sets whether the layout item captions are auto-aligned independently within the FormLayout.

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool AlignItemCaptions { get; set; }

Property Value

Type Description
Boolean

true, to align layout item captions; otherwise, false.

See Also