Back to Devexpress

ASPxGridViewSettings.ShowPreview Property

aspnet-devexpress-dot-web-dot-aspxgridviewsettings-a52d302a.md

latest1.6 KB
Original Source

ASPxGridViewSettings.ShowPreview Property

Gets or sets whether preview rows are displayed.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool ShowPreview { get; set; }
vb
<DefaultValue(False)>
Public Property ShowPreview As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to display preview rows; otherwise, false

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowPreview
ASPxGridView

.Settings .ShowPreview

| | GridViewProperties |

.Settings .ShowPreview

|

See Also

GetPreviewText(Int32)

Grid View

ASPxGridViewSettings Class

ASPxGridViewSettings Members

DevExpress.Web Namespace