The ExtendedItemStyle type exposes the following members.

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()()()().)

See Also