RepeatInfo::CaptionAlign Property

 

Gets or sets the alignment of the caption, if the RepeatInfo is rendered as a Table.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public:
property TableCaptionAlign CaptionAlign {
	TableCaptionAlign get();
	void set(TableCaptionAlign value);
}

Property Value

Type: System.Web.UI.WebControls::TableCaptionAlign

A TableCaptionAlign value for the rendered table. The default value is NotSet.

Exception Condition
ArgumentOutOfRangeException

The selected value is not one of the TableCaptionAlign values.

This property sets the CaptionAlign property of the rendered Table.

.NET Framework
Available since 1.1
Return to top
Show: