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