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

FormLayoutSettings<ModelType>.AlignItemCaptionsInAllGroups Property

Gets or sets whether the layout item captions are auto-aligned within all layout groups in the FormLayout extension.

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool AlignItemCaptionsInAllGroups { get; set; }

Property Value

Type Description
Boolean

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

See Also