A newer version of this page is available.
Switch to the current version.
GridOptionsView.ShowPreview Property
Gets or sets a value specifying whether preview sections are displayed.
Namespace: DevExpress.XtraGrid.Views.Grid
Assembly: DevExpress.XtraGrid.v19.2.dll
Declaration
[DefaultValue(false)]
[XtraSerializableProperty]
public virtual bool ShowPreview { get; set; }
<DefaultValue(False)>
<XtraSerializableProperty>
Public Overridable Property ShowPreview As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
true, to display row preview sections; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to ShowPreview |
---|---|
AdvBandedGridView |
|
AdvBandedGridView |
|
AdvBandedGridView |
|
BandedGridView |
|
BandedGridView |
|
GridView |
|
Remarks
Please refer to the Row Preview Sections topic for information on specifying preview section content.
NOTE
If the Row Auto-Height or Preview Sections feature is enabled, pixel-based vertical row scrolling is not in effect. See GridOptionsBehavior.AllowPixelScrolling to learn more.
See Also
Feedback