LayoutViewCard.ImageList Property
Gets an image collection whose images can be displayed within the card.
Namespace: DevExpress.XtraGrid.Views.Layout
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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