TableOptions.GridLines Property
In This Article
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 |
---|---|---|
Rich |
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 Grid |
---|---|
Rich |
|
Rich |
|
Rich |
|
#Remarks
Use the RichEditControl.Options.TableOptions.GridLines notation to specify the grid lines visibility.
See Also