TileItemAppearances.Assign(AppearanceDefault) Method
Applies a DevExpress.Utils.AppearanceDefault object 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 | DevExpress.Utils.AppearanceDefault | A DevExpress.Utils.AppearanceDefault object that should be applied for the desired visual state to the current tile or element. |
Remarks
Use this method to restore default appearance settings for a desired visual state of a specific tile or element stored in a DevExpress.Utils.AppearanceDefault object. Alternatively, you can copy appearance settings from one tile (tile element) to another. See the method overload list to learn more.
See Also