Skip to main content
A newer version of this page is available. .

TileBar.ShowItemShadow Property

Gets or sets whether each item displays a shadow.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

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