Skip to main content
A newer version of this page is available. .
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.v18.2.dll

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