Skip to main content
A newer version of this page is available. .

HtmlEditorTableCellPropertiesDialogSettings.ShowApplyToAllCellsButton Property

Gets or sets a value that specifies whether the “Apply to all cells in the table” check box is displayed within the Cell Properties dialog form.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v18.2.dll

Declaration

[DefaultValue(true)]
public bool ShowApplyToAllCellsButton { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to display the form element, otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to ShowApplyToAllCellsButton
HtmlEditorDefaultDialogSettings
.TableCellPropertiesDialog.ShowApplyToAllCellsButton
MVCxHtmlEditorDefaultDialogSettings
.TableCellPropertiesDialog.ShowApplyToAllCellsButton
See Also