Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Assign(
    TileItemAppearances app
)

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