IModelListViewPreviewColumn.PreviewColumnName Property
Specifies the column whose content must be displayed in the preview section.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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.
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:
- Blazor Grid - The DetailRowTemplate property
- WinForms Data Grid - Row Preview Sections
- WebForms Grid View - Preview Row