A newer version of this page is available.
Switch to the current version.
FormLayoutProperties.AlignItemCaptionsInAllGroups Property
Gets or sets whether the layout item captions are auto-aligned within all layout groups in the form layout control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(false)]
public virtual bool AlignItemCaptionsInAllGroups { get; set; }
<DefaultValue(False)>
Public Overridable Property AlignItemCaptionsInAllGroups As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true, to align layout item captions; otherwise, false. |
See Also
Feedback