Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PrintLayoutViewLayoutOptions.MatchHorizontalTableIndentsToTextEdge Property

OBSOLETE

Use the 'Document.CompatibilitySettings.CompatibilityMode' property instead

Gets or sets how to apply horizontal table indents.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

[Obsolete("Use the 'Document.CompatibilitySettings.CompatibilityMode' property instead", false)]
[Browsable(false)]
public bool MatchHorizontalTableIndentsToTextEdge { get; set; }

Property Value

Type Default Description
Boolean false

true, if the table’s left border is aligned to the page margin; false, if the edge of the text inside the top left cell is aligned to the page margin.

Property Paths

You can access this nested property as listed below:

Object Type Path to MatchHorizontalTableIndentsToTextEdge
RichEditLayoutOptions
.PrintLayoutView .MatchHorizontalTableIndentsToTextEdge

Remarks

MatchHorizontalTableIndentsToTextEdge = true MatchHorizontalTableIndentsToTextEdge = false
RichEditControl_PrintLayoutViewLayoutOptions_MatchHorizontalTableIndentsToTextEdge_true RichEditControl_PrintLayoutViewLayoutOptions_MatchHorizontalTableIndentsToTextEdge_false
See Also