The ExtendedTableStyle type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ExtendedTableStyle |
Constructor
|
Methods
Name | Description | |
---|---|---|
![]() | AddAttributesToRender |
Adds information about all not empty style properties
to the list of attributes to render.
(Overrides ExtendedItemStyle..::..AddAttributesToRender(HtmlTextWriter, WebControl).) |
![]() | CopyFrom |
Duplicates the non-empty style properties of the specified Style
into the instance of the Style class that
this method is called from.
(Overrides ExtendedItemStyle..::..CopyFrom(Style).) |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | MergeWith |
Combines the style properties of the specified Style
into the instance of the Style class that
this method is called from.
(Overrides ExtendedItemStyle..::..MergeWith(Style).) |
![]() | Reset |
Removes any defined style elements from the style.
(Overrides ExtendedItemStyle..::..Reset()()()().) |
![]() | ToString |
Returns a string representation of the C1TableItemStyle object.
(Inherited from ExtendedItemStyle.) |
Properties
Name | Description | |
---|---|---|
![]() | BackColor |
Gets or sets the background color.
(Inherited from ExtendedItemStyle.) |
![]() | BackgroundImage |
URL to background image.
(Inherited from ExtendedItemStyle.) |
![]() | BorderColor |
Gets or sets the border color.
(Inherited from ExtendedItemStyle.) |
![]() | BorderDetailed |
Style for each border side.
(Inherited from ExtendedItemStyle.) |
![]() | BorderStyle |
Gets or sets the border style.
(Inherited from ExtendedItemStyle.) |
![]() | BorderWidth |
Gets or sets the border width.
(Inherited from ExtendedItemStyle.) |
![]() | Cellpadding |
Cell Padding.
|
![]() | Cellspacing |
Cell Spacing.
|
![]() | CssClass |
Gets or sets the cascading style sheet (CSS) class rendered on the client.
(Inherited from ExtendedItemStyle.) |
![]() | Cursor |
Cursor style.
(Inherited from ExtendedItemStyle.) |
![]() | Font |
Gets the font properties associated with the Web server control.
(Inherited from Style.) |
![]() | ForeColor |
Gets or sets the foreground color.
(Inherited from ExtendedItemStyle.) |
![]() | Height |
This property is hidden.
(Inherited from ExtendedItemStyle.) |
![]() | HorizontalAlign |
Gets or sets the horizontal alignment of the contents in a cell.
(Inherited from ExtendedItemStyle.) |
![]() | IsEmpty |
Gets a value indicating whether any style elements have been defined in the state bag
(Overrides ExtendedItemStyle..::..IsEmpty.) |
![]() | StyleString |
Represent resulting string that will apply to style HTML attribute.
(Inherited from ExtendedItemStyle.) |
![]() | Transparent |
Transparent value. Accepts value in range 0 - 100.
(Inherited from ExtendedItemStyle.) |
![]() | VerticalAlign |
Gets or sets the vertical alignment of the contents in a cell.
(Inherited from ExtendedItemStyle.) |
![]() | Width |
This property is hidden.
(Inherited from ExtendedItemStyle.) |
![]() | Wrap |
Gets or sets a value indicating whether the contents of a cell wrap in the cell.
(Inherited from ExtendedItemStyle.) |