The ExtendedItemStyle type exposes the following members.

Constructors

  NameDescription
Public methodExtendedItemStyle
Constructor

Methods

  NameDescription
Public methodAddAttributesToRender
Adds information about all not empty style properties to the list of attributes to render.
(Overrides TableItemStyle..::..AddAttributesToRender(HtmlTextWriter, WebControl).)
Public methodCopyFrom
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).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMergeWith
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).)
Public methodReset
Removes any defined style elements from the style.
(Overrides TableItemStyle..::..Reset()()()().)
Public methodToString
Returns a string representation of the C1TableItemStyle object.
(Overrides Component..::..ToString()()()().)

Properties

  NameDescription
Public propertyBackColor
Gets or sets the background color.
Public propertyBackgroundImage
URL to background image.
Public propertyBorderColor
Gets or sets the border color.
Public propertyBorderDetailed
Style for each border side.
Public propertyBorderStyle
Gets or sets the border style.
Public propertyBorderWidth
Gets or sets the border width.
Public propertyCssClass
Gets or sets the cascading style sheet (CSS) class rendered on the client.
Public propertyCursor
Cursor style.
Public propertyFont
Gets the font properties associated with the Web server control.
(Inherited from Style.)
Public propertyForeColor
Gets or sets the foreground color.
Public propertyHeight
This property is hidden.
Public propertyHorizontalAlign
Gets or sets the horizontal alignment of the contents in a cell.
(Overrides TableItemStyle..::..HorizontalAlign.)
Public propertyIsEmpty
Gets a value indicating whether any style elements have been defined in the state bag
(Overrides Style..::..IsEmpty.)
Public propertyStyleString
Represent resulting string that will apply to style HTML attribute.
Public propertyTransparent
Transparent value. Accepts value in range 0 - 100.
Public propertyVerticalAlign
Gets or sets the vertical alignment of the contents in a cell.
(Overrides TableItemStyle..::..VerticalAlign.)
Public propertyWidth
This property is hidden.
Public propertyWrap
Gets or sets a value indicating whether the contents of a cell wrap in the cell.
(Overrides TableItemStyle..::..Wrap.)

See Also