Back to Devexpress

TileViewItemElement.TextVisible Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitemelement-5a3b8087.md

latest1.6 KB
Original Source

TileViewItemElement.TextVisible Property

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

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool TextVisible { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Appearance")>
Public Property TextVisible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

|

Remarks

Use the TextVisible property to show/hide the current element’s text specified with the TileItemElement.Text property.

See Also

Text

TileViewItemElement Class

TileViewItemElement Members

DevExpress.XtraGrid.Views.Tile Namespace