Skip to main content
A newer version of this page is available. .

DXRichEditTableOptions.GridLines Property

Gets or sets whether the boundaries of cells without borders applied are visible. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public RichEditTableGridLinesVisibility GridLines { get; set; }

Property Value

Type Description
RichEditTableGridLinesVisibility

A RichEditTableGridLinesVisibility enumeration value specifying the gridlines visibility mode.

Property Paths

You can access this nested property as listed below:

Object Type Path to GridLines
RichEditControl
.TableOptions .GridLines
See Also