The ExtendedTableStyle type exposes the following members.

Constructors

  NameDescription
Public methodExtendedTableStyle
Constructor

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

Properties

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

See Also