ASPxClientHtmlEditorTableCellPropertiesDialog.GetApplyToAllCellsCheckBox Method
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
GetApplyToAllCellsCheckBox(): ASPxClientCheckBox
Returns
Type | Description |
---|---|
ASPxClientCheckBox | A ASPxClientCheckBox object. |
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