CustomItemImageAttribute(String, Type) Constructor
Initializes a new instance of the CustomItemImageAttribute class with specified settings.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
resourceName | String | A path to an icon file. |
assemblyMarker | Type | A class type from the assembly where the icon is located. |
See Also