Skip to main content

BaseEditSettings.VerticalContentAlignment Property

Gets or sets the vertical alignment of an editor's contents.

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

[SkipPropertyAssertion]
public VerticalAlignment VerticalContentAlignment { get; set; }

#Property Value

Type Description
VerticalAlignment

A VerticalAlignment enumeration member.

#Property Paths

You can access the BaseEditSettings.VerticalContentAlignment property from the following objects:

Object Type Path to VerticalContentAlignment
BarEditItem
.EditSettings.VerticalContentAlignment
ColumnBase
.ActualEditSettings.VerticalContentAlignment
ColumnBase
.EditSettings.VerticalContentAlignment
GridColumn
.ActualEditSettings.VerticalContentAlignment
GridColumn
.EditSettings.VerticalContentAlignment
TreeListColumn
.ActualEditSettings.VerticalContentAlignment
TreeListColumn
.EditSettings.VerticalContentAlignment
See Also