asp.net.ph

RepeatInfo.RepeatDirection Property

System.Web.UI.WebControls Namespace


Indicates the direction of flow of items.

[ VB ]
Public Property RepeatDirection As RepeatDirection

[ C# ]
public RepeatDirection RepeatDirection {get; set;}

[ C++ ]
public: __property RepeatDirection get_RepeatDirection ( );
public: __property void set_RepeatDirection ( RepeatDirection );

[ JScript ]
public function get RepeatDirection ( ) : RepeatDirection;
public function set RepeatDirection ( RepeatDirection );

Property Value

One of the RepeatDirection enum values.

Exceptions


Exception Type Condition
ArgumentException The direction of flow of the list was not one of the RepeatDirection 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