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

TileContainer.AppearanceItem Property

Provides access to appearance settings used to paint the current TileContainer‘s Tiles in different visual states.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public TileItemAppearances AppearanceItem { get; }

#Property Value

Type Description
TileItemAppearances

A TileItemAppearances object that stores appearance settings used to paint the current TileContainer‘s Tiles in different visual states.

#Remarks

A TileContainer stores its Tiles in the TileContainer.Items collection. Use the AppearanceItem property to gain access to Tile appearance settings for different visual states (Normal, Pressed and Hovered). Hovered appearance settings only take effect if the ITileContainerDefaultProperties.AllowItemHover property is true.

See Also