Skip to main content

LayoutViewField.Images Property

Gets an image collection whose images can be displayed within the current field.

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

[Browsable(false)]
public override object Images { get; set; }

Property Value

Type Description
Object

An object that represents the image source.

Remarks

To display an image within a card field, you can assign an image source to the ColumnView.Images property, and then use the LayoutViewColumn.ImageIndex or LayoutViewField.ImageIndex property to associate an image from the image source with the field.

The LayoutViewField.Images property returns the image source being used, i.e. the value of the ColumnView.Images property. Do not set this property directly.

See the LayoutViewColumn.ImageIndex topic to learn more.

See Also