Skip to main content

TableOptions.GridLines Property

Gets or sets whether the boundaries of cells without borders applied, are visible.

Namespace: DevExpress.XtraRichEdit

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

#Declaration

[XtraSerializableProperty]
[DefaultValue(RichEditTableGridLinesVisibility.Auto)]
public RichEditTableGridLinesVisibility GridLines { get; set; }

#Property Value

Type Default Description
RichEditTableGridLinesVisibility

Auto

true to show table grid lines; otherwise, false.

#Property Paths

You can access the TableOptions.GridLines property from the following objects:

Object Type Path to GridLines
RichEditControl
.Options.TableOptions.GridLines
RichEditControlOptions
.TableOptions.GridLines
RichEditControlOptionsBase
.TableOptions.GridLines

#Remarks

Use the RichEditControl.Options.TableOptions.GridLines notation to specify the grid lines visibility.

See Also