The ExtendedItemStyle type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ExtendedItemStyle |
Constructor
|
Methods
| Name | Description | |
|---|---|---|
| AddAttributesToRender |
Adds information about all not empty style properties
to the list of attributes to render.
(Overrides TableItemStyle..::..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 TableItemStyle..::..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 TableItemStyle..::..MergeWith(Style).) | |
| Reset |
Removes any defined style elements from the style.
(Overrides TableItemStyle..::..Reset()()()().) | |
| ToString |
Returns a string representation of the C1TableItemStyle object.
(Overrides Component..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
| BackColor |
Gets or sets the background color.
| |
| BackgroundImage |
URL to background image.
| |
| BorderColor |
Gets or sets the border color.
| |
| BorderDetailed |
Style for each border side.
| |
| BorderStyle |
Gets or sets the border style.
| |
| BorderWidth |
Gets or sets the border width.
| |
| CssClass |
Gets or sets the cascading style sheet (CSS) class rendered on the client.
| |
| Cursor |
Cursor style.
| |
| Font |
Gets the font properties associated with the Web server control.
(Inherited from Style.) | |
| ForeColor |
Gets or sets the foreground color.
| |
| Height |
This property is hidden.
| |
| HorizontalAlign |
Gets or sets the horizontal alignment of the contents in a cell.
(Overrides TableItemStyle..::..HorizontalAlign.) | |
| IsEmpty |
Gets a value indicating whether any style elements have been defined in the state bag
(Overrides Style..::..IsEmpty.) | |
| StyleString |
Represent resulting string that will apply to style HTML attribute.
| |
| Transparent |
Transparent value. Accepts value in range 0 - 100.
| |
| VerticalAlign |
Gets or sets the vertical alignment of the contents in a cell.
(Overrides TableItemStyle..::..VerticalAlign.) | |
| Width |
This property is hidden.
| |
| Wrap |
Gets or sets a value indicating whether the contents of a cell wrap in the cell.
(Overrides TableItemStyle..::..Wrap.) |