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.v21.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:

Object Type Path to ShowPreview
ASPxGridView
.Settings .ShowPreview
GridViewProperties
.Settings .ShowPreview
See Also