TileItemAppearances(AppearanceObject) Constructor
Initializes a new instance of the TileItemAppearances class with the specified appearance settings.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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