Skip to main content

BaseEditSettings.VerticalContentAlignment Property

Gets or sets the vertical alignment of the editor’s contents.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public VerticalAlignment VerticalContentAlignment { get; set; }

Property Value

Type Description
VerticalAlignment

One of the VerticalAlignment enumeration values.

Property Paths

You can access this nested property as listed below:

Object Type Path to VerticalContentAlignment
BarEditItem
.EditSettings .VerticalContentAlignment
FilterField
.EditSettings .VerticalContentAlignment
ColumnBase
.ActualEditSettings .VerticalContentAlignment
ColumnBase
.EditSettings .VerticalContentAlignment
TreeViewControl
.EditSettings .VerticalContentAlignment
PropertyDefinition
.EditSettings .VerticalContentAlignment
SpreadsheetCustomCellEditEventArgs
.EditSettings .VerticalContentAlignment
See Also