Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IModelListViewPreviewColumn.PreviewColumnName Property

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v24.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