BaseEditSettings.HorizontalContentAlignment Property
In This Article
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 |
---|---|
Edit |
An DevExpress. |
#Property Paths
You can access the BaseEditSettings.HorizontalContentAlignment property from the following objects:
Object Type | Path to Horizontal |
---|---|
Bar |
|
Column |
|
Column |
|
Grid |
|
Grid |
|
Tree |
|
Tree |
|
See Also