ASPxClientHtmlEditorTableCellPropertiesDialog.GetApplyToAllCellsCheckBox Method
In This Article
Provides access to the client object of the “Apply to all cells in the table” check box in the Html Editor’s Cell Properties dialog.
#Declaration
TypeScript
GetApplyToAllCellsCheckBox(): ASPxClientCheckBox
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
Use the GetApplyToAllCellsCheckBox method to access the “Apply to all cells in the table” check box in the Html Editor’s Cell Properties dialog (Table dialogs).
For more information about client APIs related to the 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