Skip to main content
All docs
V25.1
  • CustomItemImageAttribute(String, Type) Constructor

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

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.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