Skip to main content

AppearanceSettings Class

Contains style settings used to apply conditional formatting by changing appearance settings.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

#Declaration

public class AppearanceSettings :
    StyleSettingsBase,
    IBackColorStyleSettings,
    IStyleSettings,
    IXmlSerializableElement

#Remarks

The AppearanceSettings object allows you to specify appearance settings in the following ways.

The following properties can be initialized using the AppearanceSettings object.

#Inheritance

Object
StyleSettingsBase
AppearanceSettings
See Also