Skip to main content
Tab

ASPxFormLayout.AlignItemCaptionsInAllGroups Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public virtual bool AlignItemCaptionsInAllGroups { get; set; }

Property Value

Type Default Description
Boolean false

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

See Also