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

ASPxGridViewSettings.ShowPreview Property

Gets or sets whether preview rows are displayed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(false)]
public bool ShowPreview { get; set; }

Property Value

Type Default Description
Boolean **false**

true to display preview rows; otherwise, false

Property Paths

You can access this nested property as listed below:

Library Object Type Path to ShowPreview
ASP.NET Bootstrap Controls BootstrapGridView
.Settings.ShowPreview
ASP.NET Web Forms Controls ASPxGridView
.Settings.ShowPreview
GridViewProperties
.Settings.ShowPreview
GridViewSettings
.Settings.ShowPreview
GridViewSettings<RowType>
.Settings.ShowPreview
MVCxGridView
.Settings.ShowPreview
MVCxGridViewProperties
.Settings.ShowPreview
See Also