Skip to main content
Tab

ASPxButton.HorizontalAlign Property

Gets or sets the horizontal alignment of the button content.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

#Declaration

[DefaultValue(HorizontalAlign.NotSet)]
public HorizontalAlign HorizontalAlign { get; set; }

#Property Value

Type Default Description
HorizontalAlign NotSet

One of the HorizontalAlign enumeration values.

#Remarks

Important

The HorizontalAlign property is not in effect when the button is rendered as a link (the ASPxButton.RenderMode property is set to Link).

See Also