Skip to main content

SimpleViewLayoutOptions.MatchHorizontalTableIndentsToTextEdge Property

Gets or sets how horizontal table indents are applied.

Namespace: DevExpress.XtraRichEdit

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

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

Declaration

[DefaultValue(true)]
public override bool MatchHorizontalTableIndentsToTextEdge { get; set; }

Property Value

Type Default Description
Boolean true

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

Property Paths

You can access this nested property as listed below:

Object Type Path to MatchHorizontalTableIndentsToTextEdge
RichEditLayoutOptions
.SimpleView .MatchHorizontalTableIndentsToTextEdge

Remarks

MatchHorizontalTableIndentsToTextEdge = true MatchHorizontalTableIndentsToTextEdge = false
RichEditControl_SimpleViewLayoutOptions_MatchHorizontalTableIndentsToTextEdge_true RichEditControl_SimpleViewLayoutOptions_MatchHorizontalTableIndentsToTextEdge_false
See Also