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

LayoutGroup.AlignItemCaptions Property

Gets or sets whether the layout item captions are auto-aligned independently within each layout group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(true)]
public virtual bool AlignItemCaptions { get; set; }

Property Value

Type Default Description
Boolean **true**

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

See Also