Skip to main content

BaseEditSettings.HorizontalContentAlignment Property

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

Namespace: DevExpress.Xpf.Editors.Settings

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

#Declaration

[SkipPropertyAssertion]
public EditSettingsHorizontalAlignment HorizontalContentAlignment { get; set; }

#Property Value

Type Description
EditSettingsHorizontalAlignment

An DevExpress.Xpf.Editors.Settings.EditSettingsHorizontalAlignment enumeration member.

#Property Paths

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

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