Skip to main content

TileViewItemElement.TextVisible Property

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

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

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

Property Value

Type Default Description
Boolean true

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