RepeatInfo::Caption Property

 

Gets or sets the Caption property if the control is rendered as a Table.

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

public:
property String^ Caption {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string that specifies the Table caption.

.NET Framework
Available since 1.1
Return to top
Show: