Back to Devexpress

TileItemElement.ActualImage Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitemelement-1661cf2d.md

latest1.7 KB
Original Source

TileItemElement.ActualImage Property

Returns the actual image from the TileItemElement object

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DXCategory("Options")]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image ActualImage { get; }
vb
<Browsable(False)>
<DXCategory("Options")>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property ActualImage As Image

Property Value

TypeDescription
Image

Actual image from the TileItemElement object.

|

Remarks

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

csharp
Image image = tileItem1.Elements[0].ActualImage;
vb
Dim image As Image = tileItem1.Elements(0).ActualImage

See Also

TileItemElement Class

TileItemElement Members

DevExpress.XtraEditors Namespace