TileItemAppearances Class
Exposes the appearance settings used to paint items in the TileControl and OfficeNavigationBar in different visual states.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Related API Members
The following members return TileItemAppearances objects:
Remarks
In the OfficeNavigationBar, use the OfficeNavigationBar.AppearanceItem property to customize the appearance of the control’s items.
In the TileControl, you can use the following properties to customize the appearance of tiles:
- The TileControl.AppearanceItem property allows you to customize tile items at the top-level, applying the same appearance settings to all TileItems within the control.
- The TileItem.AppearanceItem property allows you to customize the content of a single TileItem, overriding the TileControl.AppearanceItem appearance settings.
- The TileItemElement.Appearance property has the highest priority and allows you to apply appearance settings to individual TileItemElements.
All these properties return the TileItemAppearances type objects. A TileItemAppearances class object exposes members to customize an item appearance in four visual states: Normal, Hovered, Selected and Pressed.