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

TileViewItemElement.ImageVisible Property

Gets or sets whether the element’s image is visible.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[DefaultValue(true)]
[DXCategory("Appearance")]
public bool ImageVisible { get; set; }

Property Value

Type Default Description
Boolean **true**

true if the element’s image is visible; otherwise, false.

Remarks

Use the ImageVisible property to show/hide the current element’s image specified with the TileItemElement.Image, TileItemElement.ImageIndex or TileItemElement.ImageUri property.

See Also