asp.net.ph

RepeatInfo.OuterTableImplied Property

System.Web.UI.WebControls Namespace


Indicates whether an outer table is implied for the items.

[ VB ]
Public Property OuterTableImplied As Boolean

[ C# ]
public bool OuterTableImplied {get; set;}

[ C++ ]
public: __property bool get_OuterTableImplied ( );
public: __property void set_OuterTableImplied ( bool );

[ JScript ]
public function get OuterTableImplied ( ) : Boolean;
public function set OuterTableImplied ( Boolean );

Property Value

This property accepts or returns only a boolean value: true if an outer table is impled for the items; otherwise, false.

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