GridOptionsView.ShowPreviewRowLines Property
Gets or sets whether horizontal lines are displayed below preview sections.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean ShowPreviewRowLines { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Default |
Default | A Default |
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Show |
---|---|
Grid |
|
#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.