Skip to main content

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool AlignItemCaptions { get; set; }

Property Value

Type Description
Boolean

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

See Also