Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IModelListViewPreviewColumn.PreviewColumnName Property

Specifies the column whose content must be displayed in the preview section.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

[DataSourceProperty("Columns")]
IModelColumn PreviewColumnName { get; set; }

Property Value

Type Description
IModelColumn

An IModelColumn object specifying the column whose content must be displayed in the preview section.

Remarks

This property is considered for List Views that use the GridListEditor and ASPxGridListEditor.

If the PreviewColumnName is not specified, the preview section is hidden.

See Also