The ExtendedTableStyle 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 ExtendedItemStyle..::..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 ExtendedItemStyle..::..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 ExtendedItemStyle..::..MergeWith(Style).)
Public methodReset
Removes any defined style elements from the style.
(Overrides ExtendedItemStyle..::..Reset()()()().)
Public methodToString
Returns a string representation of the C1TableItemStyle object.
(Inherited from ExtendedItemStyle.)

See Also