This documentation is archived and is not being maintained.
RepeatInfo.RepeatColumns Property
.NET Framework 1.1
Gets or sets the number of columns to render.
[Visual Basic] Public Property RepeatColumns As Integer [C#] public int RepeatColumns {get; set;} [C++] public: __property int get_RepeatColumns(); public: __property void set_RepeatColumns(int); [JScript] public function get RepeatColumns() : int; public function set RepeatColumns(int);
Property Value
The number of columns to render.
Remarks
Use the RepeatColumns property to specify the number of columns to render in the control.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
RepeatInfo Class | RepeatInfo Members | System.Web.UI.WebControls Namespace
Show: