Skip to main content

DraftViewLayoutOptions.MatchHorizontalTableIndentsToTextEdge Property

Gets or sets how to apply horizontal table indents.

Namespace: DevExpress.XtraRichEdit

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
public override 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
.DraftView .MatchHorizontalTableIndentsToTextEdge

Remarks

MatchHorizontalTableIndentsToTextEdge = true MatchHorizontalTableIndentsToTextEdge = false
RichEditControl_DraftViewLayoutOptions_MatchHorizontalTableIndentsToTextEdge_true RichEditControl_DraftViewLayoutOptions_MatchHorizontalTableIndentsToTextEdge_false
See Also