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

TileItemElement.ActualImage Property

Returns the actual image from the TileItemElement object

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[Browsable(false)]
[DXCategory("Options")]
public Image ActualImage { get; }

Property Value

Type Description
Image

Actual image from the TileItemElement object.

Remarks

The code sample below illustrates how to get the actual image from the TileItemElement object.


Image image = tileItem1.Elements[0].ActualImage;
See Also