TableCell control inherits Microsoft's TableCell documented here.

Represents a cell in Table control.

Namespace: FiftyOne.Framework.Mobile.Controls
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)

Syntax

C#
[ToolboxBitmapAttribute(typeof(TableCell))]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class TableCell : TableCell, IStyle, 
	IUrlResolutionService, ICssIncludeGroup
Visual Basic
<ToolboxBitmapAttribute(GetType(TableCell))> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class TableCell _
	Inherits TableCell _
	Implements IStyle, IUrlResolutionService, ICssIncludeGroup
Visual C++
[ToolboxBitmapAttribute(typeof(TableCell))]
[AspNetHostingPermissionAttribute(SecurityAction::InheritanceDemand, Level = AspNetHostingPermissionLevel::Minimal)]
public ref class TableCell : public TableCell, 
	IStyle, IUrlResolutionService, ICssIncludeGroup

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI.WebControls..::..WebControl
      System.Web.UI.WebControls..::..TableCell
        FiftyOne.Framework.Mobile.Controls..::..TableCell

See Also