HtmlEditorInsertTableDialogSettings.ShowAccessibilitySection Property
Gets or sets a value that specifies whether the “Accessibility” section is displayed within the Insert Table dialog form.
Namespace: DevExpress.Web.ASPxHtmlEditor
Assembly: DevExpress.Web.ASPxHtmlEditor.v25.2.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| Boolean | true |
|
Property Paths
You can access this nested property as listed below:
| Object Type | Path to ShowAccessibilitySection |
|---|---|
| HtmlEditorDefaultDialogSettings |
|
Remarks
If the ShowAccessibilitySection property is set to false, the “Accessibility” check box and the related form section are not displayed within the Insert Table dialog form.
See Also