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.v20.2.dll

NuGet Package: DevExpress.Web

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 Controls and MVC Extensions ASPxGridView
.Settings .ShowPreview
GridViewProperties
.Settings .ShowPreview
ASP.NET Bootstrap Controls BootstrapGridView
.Settings .ShowPreview
ASP.NET MVC Extensions GridViewSettings
.Settings .ShowPreview
GridViewSettings<RowType>
.Settings .ShowPreview
MVCxGridView
.Settings .ShowPreview
MVCxGridViewProperties
.Settings .ShowPreview
See Also