Back to Devexpress

ASPxGridView.PreviewFieldName Property

aspnet-devexpress-dot-web-dot-aspxgridview-7d97d493.md

latest1.6 KB
Original Source

ASPxGridView.PreviewFieldName Property

Gets or sets the name of the data source field whose values are displayed within the preview rows.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string PreviewFieldName { get; set; }
vb
<DefaultValue("")>
Public Property PreviewFieldName As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value that specifies the name of the data source field whose values are displayed within preview rows.

|

Remarks

To display preview rows, set the ASPxGridViewSettings.ShowPreview property to true.

See Also

ShowPreview

Grid View

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace