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




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