RepeatInfo::CaptionAlign Property
.NET Framework (current version)
Gets or sets the alignment of the caption, if the RepeatInfo is rendered as a Table.
Assembly: System.Web (in System.Web.dll)
public: property TableCaptionAlign CaptionAlign { TableCaptionAlign get(); void set(TableCaptionAlign value); }
Property Value
Type: System.Web.UI.WebControls::TableCaptionAlignA 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
Available since 1.1
Show: