windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitemoptions-32487b8a.md
Gets or sets the tile border visibility mode applied to all tiles within this TileView.
Namespace : DevExpress.XtraGrid.Views.Tile
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[DefaultValue(TileItemBorderVisibility.Auto)]
[XtraSerializableProperty]
public TileItemBorderVisibility ItemBorderVisibility { get; set; }
<XtraSerializableProperty>
<DefaultValue(TileItemBorderVisibility.Auto)>
Public Property ItemBorderVisibility As TileItemBorderVisibility
| Type | Default | Description |
|---|---|---|
| DevExpress.XtraEditors.TileItemBorderVisibility | Auto |
A DevExpress.XtraEditors.TileItemBorderVisibility enumerator value that is the tile border visibility mode applied to all tiles within this TileView.
|
You can access this nested property as listed below:
| Object Type | Path to ItemBorderVisibility |
|---|---|
| TileView |
.OptionsTiles .ItemBorderVisibility
|
TileViewItemOptions provides the AppearanceObject.BorderColor property, accessible through its TileView.Appearance. Using this property you can set a tile border color, different to the background color of the tile itself. The ItemBorderVisibility property allows you to completely hide these borders. The property accepts the following values:
See Also