Gets or sets the horizontal alignment of a System.Web.UI.WebControls.GridView control on the page.
Documentation for this section has not yet been entered.
Use the GridView.HorizontalAlign property to specify the horizontal alignment of a System.Web.UI.WebControls.GridView control within the page. The following table lists the different horizontal alignment styles.
HorizontalAlign.NotSet |
The horizontal alignment of the System.Web.UI.WebControls.GridView control has not been set. |
HorizontalAlign.Left |
The System.Web.UI.WebControls.GridView control is left-aligned on the page. |
HorizontalAlign.Center |
The System.Web.UI.WebControls.GridView control is centered on the page. |
HorizontalAlign.Right |
The System.Web.UI.WebControls.GridView control is right-aligned on the page. |
HorizontalAlign.Justify |
The System.Web.UI.WebControls.GridView control is aligned with both the left and right margins of the page. |