The ExtendedItemStyle type exposes the following members.

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