Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Controls

Declaration

public TileColorMode ItemColorMode { get; set; }

Property Value

Type Description
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