Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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