TileBar.ShowItemShadow Property
Gets or sets whether each item displays a shadow.
Namespace: DevExpress.XtraBars.Navigation
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
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:
See Also