Skip to main content
A newer version of this page is available. .

TileItemAppearances(AppearanceObject) Constructor

Initializes a new instance of the TileItemAppearances class with the specified appearance settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public TileItemAppearances(
    AppearanceObject obj
)

Parameters

Name Type Description
obj AppearanceObject

An AppearanceObject whose settings will be copied to the created object.

Remarks

This constructor copies the specified appearance settings to the TileItemAppearances.Normal, TileItemAppearances.Hovered and TileItemAppearances.Selected objects.

See Also