Skip to main content
Tab

EditorRootStyle.HorizontalAlign Property

Gets or sets the horizontal alignment of the content.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public override HorizontalAlign HorizontalAlign { get; set; }

Property Value

Type Description
HorizontalAlign

One of the HorizontalAlign enumeration values.

See Also