Skip to main content
All docs
V25.1
  • CustomItemExportControlCreatingEventArgs.CustomItemType Property

    Gets the custom item’s type.

    Namespace: DevExpress.DashboardCommon

    Assembly: DevExpress.Dashboard.v25.1.Core.dll

    NuGet Package: DevExpress.Dashboard.Core

    Declaration

    public string CustomItemType { get; }

    Property Value

    Type Description
    String

    A string that identifies the item’s type.

    See Also