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

TileItem.AppearanceItem Property

Provides access to appearance settings used to paint the current TileItem.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Appearance")]
public TileItemAppearances AppearanceItem { get; }

#Property Value

Type Description
TileItemAppearances

An AppearanceObject that contains corresponding appearance settings.

#Remarks

The TileControl.AppearanceItem property provides appearance settings used to paint all TileItems within the current TileControl in all visual states. To override these default appearance settings for individual tile items, use the AppearanceItem property.

Using these two properties, you can customize tile items’ appearance when in the hovered over, selected (see the TileControl.AllowSelectedItem topic) and regular state. This includes properties for customizing the background image, two background colors that can mix into a gradient fill and options to customize text, such as foreground color, font size and trimming.

See Also