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




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

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