Skip to main content
A newer version of this page is available.
All docs
V18.2

RichEditLayoutOptions.AllowTablesToExtendIntoMargins Property

OBSOLETE

You should use the 'AllowTablesToExtendIntoMargins' property for a particular RichEditView instead

Gets or sets whether a table can extend past the margins of a document.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v18.2.Core.dll

Declaration

[Obsolete("You should use the 'AllowTablesToExtendIntoMargins' property for a particular RichEditView instead", true)]
[Browsable(false)]
public bool AllowTablesToExtendIntoMargins { get; set; }

Property Value

Type Description
Boolean

true if tables are allowed to extend past the margins; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowTablesToExtendIntoMargins
WinForms Controls SnapControlOptions
.Layout.AllowTablesToExtendIntoMargins
RichEditControlOptions
.Layout.AllowTablesToExtendIntoMargins
WPF Controls RichEditControlOptions
.Layout.AllowTablesToExtendIntoMargins
Office File API RichEditControlOptionsBase
.Layout.AllowTablesToExtendIntoMargins

Remarks

Retains the settings of a table that extends past the margins of a document, instead of using autofit to make the table fit within the margins.

See Also