ASPxButton.HorizontalAlign Property
In This Article
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 |
---|---|---|
Horizontal |
Not |
One of the Horizontal |
#Remarks
Important
The Horizontal
See Also