Home
About
Testimonials
Demos
Download
Documentation
Forum
Development
Class Finder
Tutorials
Class Docs
API Manual
Wiki
Namespace:
System.Web.UI.ActiveControls
Inheritance:
TComponent
»
TApplicationComponent
»
TDataGridColumn
»
THyperLinkColumn
»
TActiveHyperLinkColumn
Properties
|
Events
|
Methods
|
Derived classes
|
All classes
Properties
Name
Type
Description
R
AllowSorting
boolean
Returns a value indicating whether this column allows sorting. (inherited from
TDataGridColumn
)
R
Application
TApplication
current application instance. (inherited from
TApplicationComponent
)
DataNavigateUrlField
string
the field name from the data source to bind to the navigate url of hyperlink. (inherited from
THyperLinkColumn
)
DataNavigateUrlFormatString
string
the formatting string used to control how the navigate url of hyperlink will be displayed. (inherited from
THyperLinkColumn
)
DataTextField
string
the field name from the data source to bind to the hyperlink caption. (inherited from
THyperLinkColumn
)
DataTextFormatString
string
the formatting string used to control how the hyperlink caption will be displayed. (inherited from
THyperLinkColumn
)
EnableCellGrouping
boolean
whether cells having the same content should be grouped together. (inherited from
TDataGridColumn
)
FooterRenderer
string
the class name for the column footer cell renderer. (inherited from
TDataGridColumn
)
R
FooterStyle
TTableItemStyle
the style for footer. (inherited from
TDataGridColumn
)
FooterText
string
the text to be displayed in the footer of this column. (inherited from
TDataGridColumn
)
HeaderImageUrl
string
the url of the image to be displayed in header. (inherited from
TDataGridColumn
)
HeaderRenderer
string
the class name for the column header cell renderer. (inherited from
TDataGridColumn
)
R
HeaderStyle
TTableItemStyle
the style for header. (inherited from
TDataGridColumn
)
HeaderText
string
the text to be displayed in the header of this column. (inherited from
TDataGridColumn
)
ID
string
the ID of the column. (inherited from
TDataGridColumn
)
R
ItemStyle
TTableItemStyle
the style for item. (inherited from
TDataGridColumn
)
NavigateUrl
string
the URL to link to when the hyperlink is clicked. (inherited from
THyperLinkColumn
)
Owner
TDataGrid
datagrid that owns this column. (inherited from
TDataGridColumn
)
R
Request
THttpRequest
the current user request. (inherited from
TApplicationComponent
)
R
Response
THttpResponse
the response. (inherited from
TApplicationComponent
)
R
Service
IService
the current service. (inherited from
TApplicationComponent
)
R
Session
THttpSession
user session. (inherited from
TApplicationComponent
)
SortExpression
string
the name of the field or expression for sorting. (inherited from
TDataGridColumn
)
Target
string
the target window or frame to display the Web page content linked to when the hyperlink is clicked. (inherited from
THyperLinkColumn
)
Text
string
the text caption of the hyperlink. (inherited from
THyperLinkColumn
)
R
User
IUser
information about the current user. (inherited from
TApplicationComponent
)
Visible
boolean
whether the column is visible. (inherited from
TDataGridColumn
)
Events
Methods
Name
Description
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
)
createdOnTemplate
This method is invoked after the component is instantiated by a template. (inherited from
TComponent
)
dataBindColumn
Databinds a cell in the column. (inherited from
THyperLinkColumn
)
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
)
P
formatDataValue
Formats the text value according to a format string. (inherited from
TDataGridColumn
)
P
getDataFieldValue
Fetches the value of the data at the specified field. (inherited from
TDataGridColumn
)
getEventHandlers
Returns the list of attached event handlers for an event. (inherited from
TComponent
)
getSubProperty
Evaluates a property path. (inherited from
TComponent
)
P
getViewState
Returns a viewstate value. (inherited from
TDataGridColumn
)
hasEvent
Determines whether an event is defined. (inherited from
TComponent
)
hasEventHandler
whether an event has been attached one or several handlers. (inherited from
TComponent
)
hasProperty
Determines whether a property is defined. (inherited from
TComponent
)
initialize
Initializes the column. (inherited from
TDataGridColumn
)
initializeCell
Initializes the specified cell to its initial values. (inherited from
THyperLinkColumn
)
P
initializeFooterCell
Initializes the footer cell. (inherited from
TDataGridColumn
)
P
initializeHeaderCell
.
loadState
Loads persistent state values. (inherited from
TDataGridColumn
)
publishAsset
Publishes a private asset and gets its URL. (inherited from
TApplicationComponent
)
publishFilePath
Publishes a file or directory and returns its URL. (inherited from
TApplicationComponent
)
raiseEvent
Raises an event. (inherited from
TComponent
)
saveState
Saves persistent state values. (inherited from
TDataGridColumn
)
setSubProperty
Sets a value to a property path. (inherited from
TComponent
)
P
setViewState
Sets a viewstate value. (inherited from
TDataGridColumn
)
Derived classes