TileItemAppearances.Assign(AppearanceObject) Method
Applies appearance settings used by the specific tile or tile element for the desired visual state to the current tile or element.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
app | AppearanceObject | An AppearanceObject used by the specific tile or element that should be applied to the current tile or tile element. |
Remarks
The Assign method helps you to copy appearance settings for the desired visual state (Normal, Hovered or Selected) used by the specific TileItem or TileItemElement to the desired tile or tile element. You can also copy appearance settings for the desired visual state only. See the overload list to learn more.
See Also