Skip to main content
A newer version of this page is available. .

LayoutViewCard.ImageList Property

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

Namespace: DevExpress.XtraGrid.Views.Layout

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

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

Property Value

Type Description
Object

An object which represents an image collection.

Remarks

The ImageList property returns the image collection assigned to the ColumnView.Images property of the LayoutView to which the current LayoutViewCard belongs (see LayoutControlGroup.Owner). If no LayoutView is associated with the current LayoutViewCard, this property returns the value of the inherited LayoutControl.Images property.

See Also