Back to Devexpress

TileBar.ItemColorMode Property

wpf-devexpress-dot-xpf-dot-navigation-dot-tilebar.md

latest1.5 KB
Original Source

TileBar.ItemColorMode Property

Gets or sets the mode that specifies how tiles are colored. This property is in effect if the TileBar is displayed in a flyout.

Namespace : DevExpress.Xpf.Navigation

Assembly : DevExpress.Xpf.Controls.v25.2.dll

NuGet Package : DevExpress.Wpf.Controls

Declaration

csharp
public TileColorMode ItemColorMode { get; set; }
vb
Public Property ItemColorMode As TileColorMode

Property Value

TypeDescription
DevExpress.Xpf.Navigation.TileColorMode

A TileColorMode enumeration value that specifies how tiles are colored.

|

Remarks

If the current TileBar is assigned to the TileBarItem.FlyoutContent property of a tile in another TileBar, you can use the ItemColorMode property to specify how its tiles are colored. Set this property to Inverted to achieve a tile color different from the TileBar’s background.

See Also

FlyoutContent

TileBar Class

TileBar Members

DevExpress.Xpf.Navigation Namespace