Skip to main content
All docs
V23.2

CustomItemImageAttribute(String, Type) Constructor

Initializes a new instance of the CustomItemImageAttribute class with specified settings.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public CustomItemImageAttribute(
    string resourceName,
    Type assemblyMarker
)

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