Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

EditSettingsHorizontalAlignment Enum

Lists the values used to specify the horizontal alignment.

Namespace: DevExpress.Xpf.Editors.Settings

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

NuGet Package: DevExpress.Wpf.Core

#Declaration

public enum EditSettingsHorizontalAlignment

#Members

Name Description
Left

An element aligned to the left of the layout slot for the parent element.

Center

An element aligned to the center of the layout slot for the parent element.

Right

An element aligned to the right of the layout slot for the parent element.

Stretch

An element stretched to fill the entire layout slot of the parent element.

Default

The element alignment is defined by the owner of the editor.

#Related API Members

The following properties accept/return EditSettingsHorizontalAlignment values:

#Remarks

Values listed by the EditSettingsHorizontalAlignment enumeration are used to set the BaseEditSettings.HorizontalContentAlignment property.

See Also