Gets or sets the horizontal or vertical position of the HTML caption element in a System.Web.UI.WebControls.DetailsView control. This property is provided to make the control more accessible to users of assistive technology devices.
Documentation for this section has not yet been entered.
Use the DetailsView.CaptionAlign property to specify the horizontal or vertical position of the HTML caption element in a System.Web.UI.WebControls.DetailsView control. This property is provided to make the control more accessible to users of assistive technology devices.
This property is set using one of the System.Web.UI.WebControls.TableCaptionAlign enumeration values. The following table lists the possible values.
TableCaptionAlign.Bottom |
The caption element is aligned with the bottom of the table. |
TableCaptionAlign.Left |
The caption element is aligned with the left side of the table. |
TableCaptionAlign.NotSet |
The caption element's alignment is not set. |
TableCaptionAlign.Right |
The caption element is aligned with the right side of the table. |
TableCaptionAlign.Top |
The caption element is aligned with the top of the table. |
Additional accessibility support for the System.Web.UI.WebControls.DetailsView control is provided by the DetailsView.Caption property. Use the DetailsView.Caption property to specify the text to render in an HTML caption element in a System.Web.UI.WebControls.DetailsView control.
The value of DetailsView.CaptionAlign is stored in view state.