windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itilecontainerdefaultproperties-dd5b4830.md
Gets or sets the tile border visibility mode applied to all tiles within this TileContainer.
Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
TileItemBorderVisibility? ItemBorderVisibility { get; set; }
Property ItemBorderVisibility As TileItemBorderVisibility?
| Type | Description |
|---|---|
| Nullable<DevExpress.XtraEditors.TileItemBorderVisibility> |
A Nullable<T><DevExpress.XtraEditors.TileItemBorderVisibility,> enumerator value that specifies the tile border visibility mode applied to all tiles within this TileContainer.
|
Any tile provides the AppearanceObject.BorderColor property, accessible through its Appearances properties section. Using this property you can set a border color, different from 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
ITileContainerDefaultProperties Interface