asp.net.ph

RepeatInfo.RepeatLayout Property

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 );

Property Value

One of the RepeatLayout enum values.

Exceptions


Exception Type Condition
ArgumentException The radio buttons layout was not one of the RepeatLayout enum values.

See Also

RepeatInfo Class   RepeatInfo Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph