IconSettings Class
In This Article
Contains style settings used to apply conditional formatting using icons.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public class IconSettings :
StyleSettingsBase
#Remarks
The IconSettings class allows you to use predefined icons using the IconSettings.IconType property.
The following properties can be initialized using the IconSettings object.
#Inheritance
Object
StyleSettingsBase
IconSettings
See Also