Skip to main content

TileBar.ShowItemShadow Property

Gets or sets whether each item displays a shadow.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(false)]
public bool ShowItemShadow { get; set; }

Property Value

Type Default Description
Boolean false

true if items display a shadow; otherwise, false.

Remarks

The TileBar.ShowItemShadow property specifies the default shadow visibility for all items. Individual items can override this setting using the TileBarItem.ShowItemShadow property.

The following image shows two tiles, with and without a shadow:

TileBarItem-Shadow

See Also