A newer version of this page is available.
Switch to the current version.
GridOptionsView.ShowPreviewRowLines Property
Gets or sets whether horizontal lines are displayed below preview sections.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean ShowPreviewRowLines { get; set; }
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty>
Public Overridable Property ShowPreviewRowLines As DefaultBoolean
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
A DefaultBoolean value that specifies if horizontal lines are displayed below preview sections. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowPreviewRowLines |
---|---|
AdvBandedGridView |
|
AdvBandedGridView |
|
AdvBandedGridView |
|
BandedGridView |
|
BandedGridView |
|
GridView |
|
Remarks
If the ShowPreviewRowLines property is set to Default, horizontal lines are automatically hidden below preview sections in specific skins (e.g. Metropolis). In other skins, these lines are visible. You can forcibly hide these lines by setting the ShowPreviewRowLines property to False.
See Also
Feedback