System.Web.UI.WebControls Namespace
Indicates the layout of items.
[ VB ]
Public Property RepeatLayout As RepeatLayout
[ C# ]
public RepeatLayout RepeatLayout {get; set;}
[ C++ ]
public: __property RepeatLayout get_RepeatLayout ( );
public: __property void set_RepeatLayout ( RepeatLayout );
[ JScript ]
public function get RepeatLayout ( ) : RepeatLayout;
public function set RepeatLayout ( RepeatLayout );