TileItemAppearances.Assign(TileItemAppearances) Method
Applies appearance settings used by the specific tile or tile element for all visual states 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 | TileItemAppearances | A TileItemAppearances object 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 all visual states (Normal, Hovered and 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