ASPxHierarchicalDataWebControl Members
Serves as the base class that defines methods, properties and events common to all ASPx web controls that can be bound to hierarchical data.
Name |
Description |
AccessKey
|
Gets or sets the access key that allows you to quickly navigate to the Web server control.
|
Adapter
protected
|
Gets the browser-specific adapter for the control.
|
AppRelativeTemplateSourceDirectory
|
Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control.
|
Attributes
|
Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control.
|
BackColor
|
Gets or sets the background color of the Web server control.
|
BackgroundImage
|
Gets the web control's background image.
|
BackwardCompatibility
static
|
Provides access to the control's backward compatibility settings.
|
BindingContainer
|
For internal use only.
|
Border
|
Gets the web control's border settings.
|
BorderBottom
|
Gets the settings of the web control's bottom border.
|
BorderColor
|
Gets or sets the border color of the web control. Use the BorderWrapper.BorderColor property instead.
|
BorderLeft
|
Gets the settings of the web control's left border.
|
BorderRight
|
Gets the settings of the web control's right border.
|
BorderStyle
|
Gets or sets the border style of the web control. Use the BorderWrapper.BorderStyle property instead.
|
BorderTop
|
Gets the settings of the web control's top border.
|
BorderWidth
|
Gets or sets the border width of the web control. Use the BorderWrapper.BorderWidth property instead.
|
Bound
|
Gets a value that specifies whether the control is data bound.
|
ChildControlsCreated
protected
|
Gets a value that indicates whether the server control's child controls have been created.
|
ClientID
|
Gets the control's identifier generated by ASP.NET.
|
ClientIDMode
|
Gets or sets the algorithm that is used to generate the value of the ClientID property.
|
ClientIDSeparator
protected
|
Gets a character value representing the separator character used in the ClientID property.
|
Context
protected
|
Gets the HttpContext object associated with the server control for the current Web request.
|