Skip to main content

ASPxClientHtmlEditorTableDialog.GetAccessibilityCheckBox Method

Provides access to the client object of the “Accessibility” check box related to the Html Editor’s Table dialogs.

Declaration

GetAccessibilityCheckBox(): ASPxClientCheckBox

Returns

Type Description
ASPxClientCheckBox

A ASPxClientCheckBox object.

Remarks

Use the GetAccessibilityCheckBox method to get access to the “Accessibility” check box in the Html Editor’s Table dialogs.

For more information about client API related to Html Editor’s Table dialogs, refer to the Related Client API section in the Table Dialogs topic.

Online Demo: Html Editor - Dialog Customization

See Also