Skip to main content
.NET 6.0+

IModelListViewPreviewColumn.PreviewColumnName Property

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

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

Property Value

Type Description
IModelColumn

An IModelColumn object specifying the column whose content must be displayed in the preview section. If you do not specify the property value, the preview section is hidden.

Remarks

Use the PreviewColumnName property to show preview sections under each data row across all columns. These sections can display lengthy memo fields with images, values from data source fields, custom text, etc.

Preview section in Note List View, DevExpress

The PreviewColumnName property is considered for List Views that use the GridListEditor, ASPxGridListEditor, and DxGridListEditor.

For step-by-step instructions on how to enable Row Preview Sections in XAF applications, refer to the following topic: How to: Enable Row Preview Sections in a Grid List Editor.

The topics below contain platform-specific information and examples related to Row Preview Sections:

See Also