RepeatInfo.CaptionAlign Property
.NET Framework 3.0
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)
Assembly: System.Web (in system.web.dll)
public: property TableCaptionAlign CaptionAlign { TableCaptionAlign get (); void set (TableCaptionAlign value); }
/** @property */ public TableCaptionAlign get_CaptionAlign () /** @property */ public void set_CaptionAlign (TableCaptionAlign value)
public function get CaptionAlign () : TableCaptionAlign public function set CaptionAlign (value : TableCaptionAlign)
Not applicable.
Property Value
A TableCaptionAlign value for the rendered table. The default value is NotSet.This property sets the CaptionAlign property of the rendered Table.
Community Additions
ADD
Show: