Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool AlignItemCaptionsInAllGroups { get; set; }

Property Value

Type Description
Boolean

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

See Also