| TableItemStyle | marshal by reference, disposable |
| System.Web.UI.WebControls (system.web.dll) | class |
This class encapsulates the formatting for a row in a table-based
control. It is used to apply formatting to headers, footers, and
other items in the DataGrid and
Calendar controls. It is not used for the
Table control.
public class TableItemStyle : Style {
// Public Constructors
public
TableItemStyle ( );
public
TableItemStyle (System.Web.UI.StateBag
bag );
// Public Instance Properties
public virtual HorizontalAlign
HorizontalAlign {set; get; }
public virtual VerticalAlign
VerticalAlign {set; get; }
public virtual bool
Wrap {set; get; }
// Public Instance Methods
public override void
AddAttributesToRender (System.Web.UI.HtmlTextWriter
writer , WebControl
owner );
// overrides Style
public override void
CopyFrom (Style
s ); // overrides Style
public override void
MergeWith (Style
s ); // overrides Style
public override void
Reset ( ); // overrides Style
}
Hierarchy
System.Object
System.MarshalByRefObject
System.ComponentModel.Component(System.ComponentModel.IComponent,
System.IDisposable)
Style(System.Web.UI.IStateManager)
TableItemStyle
Subclasses
DataGridPagerStyle
Returned By
Multiple types