Skip to main content

ASPxClientControlBase Members

Serves as the base type for all the objects included in the client-side object model.

Properties

Name Description
name Gets the unique, hierarchically-qualified identifier for the control.

Methods

Name Description
Cast(obj) static Converts the specified object to the current object’s type.
GetClientVisible Obsolete. Returns a value specifying whether a control is displayed.
GetMainElement Returns an HTML element that is the root of the control’s hierarchy.
GetParentControl Returns a client instance of the control that is the parent for a specified control.
GetVisible Returns a value specifying whether a control is displayed.
InCallback Returns a value that determines whether a callback request sent by a web control is being currently processed on the server side.
SendMessageToAssistiveTechnology(message) Specifies the text that Assistive Technologies (screen readers or braille display, for example) will provide to a user.
SetClientVisible(visible) Obsolete. Specifies whether a control is displayed.
SetVisible(visible) Specifies whether a control is displayed.

Events

Name Description
Init Occurs on the client side after the control has been initialized.
See Also