Back to Devexpress

CompatibilitySettings.AllowTablesOutstepMargins Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-compatibilitysettings.md

latest1.8 KB
Original Source

CompatibilitySettings.AllowTablesOutstepMargins Property

Specifies whether to allow tables with the enabled AutoFit feature to extend beyond the page margins.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool AllowTablesOutstepMargins { get; set; }
vb
Property AllowTablesOutstepMargins As Boolean

Property Value

TypeDescription
Boolean

true , to allow tables to outstep page margins; otherwise, false. Default value is false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowTablesOutstepMargins
Document

.CompatibilitySettings .AllowTablesOutstepMargins

|

Remarks

Note

This property is set to true after an HTML document is imported.

See Also

CompatibilitySettings Interface

CompatibilitySettings Members

DevExpress.XtraRichEdit.API.Native Namespace