Home
About
Testimonials
Demos
Download
Documentation
Forum
Development
Class Finder
Tutorials
Class Docs
API Manual
Wiki
Namespace:
System.Web.UI.WebControls
Inheritance:
TComponent
»
TStyle
»
TTableStyle
Properties
|
Events
|
Methods
|
Derived classes
|
All classes
Properties
Name
Type
Description
BackColor
string
the background color of the control. (inherited from
TStyle
)
BackImageUrl
string
the URL of the background image for the table.
BorderCollapse
boolean
whether the table borders should be collapsed.
BorderColor
string
the border color of the control. (inherited from
TStyle
)
BorderStyle
string
the border style of the control. (inherited from
TStyle
)
BorderWidth
string
the border width of the control. (inherited from
TStyle
)
CellPadding
integer
cellpadding of the table.
CellSpacing
integer
cellspacing of the table.
CssClass
string
the CSS class of the control. (inherited from
TStyle
)
CustomStyle
string
the custom style of the control. (inherited from
TStyle
)
DisplayStyle
TDisplayStyle
display style. (inherited from
TStyle
)
R
Font
TFont
the font of the control. (inherited from
TStyle
)
ForeColor
string
the foreground color of the control. (inherited from
TStyle
)
GridLines
TTableGridLines
the grid line setting of the table.
Height
string
the height of the control. (inherited from
TStyle
)
HorizontalAlign
THorizontalAlign
the horizontal alignment of the contents within the table, defaults to THorizontalAlign::NotSet.
R
StyleFields
array
list of style fields. (inherited from
TStyle
)
Width
string
the width of the control. (inherited from
TStyle
)
Events
Methods
Name
Description
addAttributesToRender
Adds attributes related to CSS styles to renderer.
addParsedObject
Processes an object that is created during parsing template. (inherited from
TComponent
)
attachEventHandler
Attaches an event handler to an event. (inherited from
TComponent
)
canGetProperty
Determines whether a property can be read. (inherited from
TComponent
)
canSetProperty
Determines whether a property can be set. (inherited from
TComponent
)
clearStyleField
Clears a single style field value; . (inherited from
TStyle
)
copyFrom
Copies the fields in a new style to this style.
createdOnTemplate
This method is invoked after the component is instantiated by a template. (inherited from
TComponent
)
detachEventHandler
Detaches an existing event handler. (inherited from
TComponent
)
evaluateExpression
Evaluates a PHP expression in the context of this control. (inherited from
TComponent
)
evaluateStatements
Evaluates a list of PHP statements. (inherited from
TComponent
)
getEventHandlers
Returns the list of attached event handlers for an event. (inherited from
TComponent
)
getStyleField
a single style field value set via setStyleField. (inherited from
TStyle
)
getSubProperty
Evaluates a property path. (inherited from
TComponent
)
hasCssClass
true if CSS is set or empty. (inherited from
TStyle
)
hasEvent
Determines whether an event is defined. (inherited from
TComponent
)
hasEventHandler
whether an event has been attached one or several handlers. (inherited from
TComponent
)
hasFont
true if font is set. (inherited from
TStyle
)
hasProperty
Determines whether a property is defined. (inherited from
TComponent
)
hasStyleField
whether a style field has been defined by setStyleField. (inherited from
TStyle
)
mergeWith
Merges the style with a new one.
raiseEvent
Raises an event. (inherited from
TComponent
)
reset
Sets the style attributes to default values.
setStyleField
Sets a single style field value. (inherited from
TStyle
)
setSubProperty
Sets a value to a property path. (inherited from
TComponent
)
Derived classes